DungeonCrawl
Loading...
Searching...
No Matches
logger_config.h File Reference

Configuration file for the logger. More...

Go to the source code of this file.

Macros

#define MAX_N_FILES   5
#define MAX_FILE_SIZE   (100 * 1024)
#define MAX_HEADER_SIZE   256
#define MAX_MSG_SIZE   (512 + MAX_HEADER_SIZE)

Detailed Description

Configuration file for the logger.

Definition in file logger_config.h.

Macro Definition Documentation

◆ MAX_FILE_SIZE

#define MAX_FILE_SIZE   (100 * 1024)

Definition at line 10 of file logger_config.h.

◆ MAX_HEADER_SIZE

#define MAX_HEADER_SIZE   256

Definition at line 12 of file logger_config.h.

◆ MAX_MSG_SIZE

#define MAX_MSG_SIZE   (512 + MAX_HEADER_SIZE)

Definition at line 13 of file logger_config.h.

◆ MAX_N_FILES

#define MAX_N_FILES   5

Definition at line 9 of file logger_config.h.