#include <Settings.h>
Public Member Functions | |
Settings () | |
Initializes Settings with zeroes and "logs" as log directory. | |
Public Attributes | |
unsigned | numThreads |
Not used. | |
unsigned | maxCapacity |
Not used. | |
unsigned | GCInterval |
GarbageCollector sleep interval in miliseconds. | |
unsigned | logLevel |
Log level. | |
unsigned | logBufferLength |
Log buffer length. | |
unsigned | logInterval |
Interval between saving logs in seconds. | |
std::string | logDirectory |
Directory with two configuration files: config.cfg and users.cfg. |
Definition at line 14 of file Settings.h.