![]() |
Survival Royale 1.0.0
A very simple yet funny card game.
|
The configuration for the logger. More...
#include <logs_configuration.h>
Data Fields | |
char | fileName [fileNameBufferSize] |
The filename path to the log file used in a session. It can be a valid path or an empty string if the program failed when generating the file. | |
bool | useConsole |
Flag for the logger to determine if it has to use the console or the log file. |
The configuration for the logger.
Definition at line 29 of file logs_configuration.h.
char fileName[fileNameBufferSize] |
The filename path to the log file used in a session. It can be a valid path or an empty string if the program failed when generating the file.
Definition at line 31 of file logs_configuration.h.
bool useConsole |
Flag for the logger to determine if it has to use the console or the log file.
Definition at line 33 of file logs_configuration.h.