Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
logs_configuration.h File Reference

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.

Detailed Description

Definition of logger configuration structure.

Definition in file logs_configuration.h.

Macro Definition Documentation

◆ _LOGS_CONFIGURATION_H_

#define _LOGS_CONFIGURATION_H_

Include guard.

Definition at line 23 of file logs_configuration.h.

◆ fileNameBufferSize

#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 Documentation

◆ LogsConfiguration

typedef struct LogsConfiguration LogsConfiguration

The configuration for the logger.