![]() |
Survival Royale 1.0.0
A very simple yet funny card game.
|
Definition of logger configuration structure. More...
Go to the source code of this file.
Data Structures | |
struct | LogsConfiguration |
The configuration for the logger. More... |
Macros | |
#define | _LOGS_CONFIGURATION_H_ |
Include guard. | |
#define | fileNameBufferSize 29 |
The length of the string "logs/dd-MM-yyyy_hh,mm,ss.log", that is the pattern of the filename of every log file generated by this program. |
Typedefs | |
typedef struct LogsConfiguration | LogsConfiguration |
The configuration for the logger. |
Definition of logger configuration structure.
Definition in file logs_configuration.h.
#define _LOGS_CONFIGURATION_H_ |
Include guard.
Definition at line 23 of file logs_configuration.h.
#define fileNameBufferSize 29 |
The length of the string "logs/dd-MM-yyyy_hh,mm,ss.log", that is the pattern of the filename of every log file generated by this program.
Definition at line 26 of file logs_configuration.h.
typedef struct LogsConfiguration LogsConfiguration |
The configuration for the logger.