cpplogger
is a simple C++ logging class that allows logging messages to both the console and a file. It supports various log levels such as info
, warning
, and error
, with timestamps included in each log message.
- Log messages to both console and log file.
- Supports
info
,warning
, anderror
log levels. - Timestamps added to each log entry.
- Log messages can be printed with different importance levels.
More informations in Wiki!