LogIt++
Loading...
Searching...
No Matches
Configuration Macros

A set of macros used to configure the LogIt logging system.

A set of macros used to configure the LogIt logging system.

These macros control various aspects of the logging behavior, including paths, patterns, colors, timestamps, and retention policies.

Examples:

Customizing Log File Paths

#define LOGIT_FILE_LOGGER_PATH "custom/log/directory"

Customizing Console Output Colors

#define LOGIT_COLOR_WARN logit::TextColor::Yellow