Add verbosity levels.

This commit is contained in:
2020-08-23 23:09:31 +02:00
parent 756074cc62
commit e99feb03d5
7 changed files with 41 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
namespace settings {
extern bool VERBOSE;
extern int VERBOSITY;
extern int LOGINPORT;
extern bool LOGINRANDCHARACTERS;
extern int SHARDPORT;