Add settings option to enable/disable logging to file, default to enabled
This commit is contained in:
parent
7b454ce5f4
commit
02db89f7fc
5 changed files with 255 additions and 216 deletions
|
|
@ -107,6 +107,7 @@ public:
|
|||
std::vector<PLogMessage> messages();
|
||||
|
||||
bool log_console_enabled;
|
||||
bool log_file_enabled;
|
||||
static const char* log_codes[];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue