Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
LogsConfiguration Struct Reference

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.

Detailed Description

The configuration for the logger.

Definition at line 29 of file logs_configuration.h.

Field Documentation

◆ fileName

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.

◆ useConsole

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.


The documentation for this struct was generated from the following file: