2025
Released re-logging v2.0.2 with the following changes:
- Simplified prefix logic
Released re-logging v2.0.1 with the following changes:
- Fixed prefix override
Released re-logging v2.0.0 with the following changes:
- Removed most of the loguru implementation in favor of a lighter implementation (#1)
- Only the major loguru APIs were kept (
DLOG_F
,ABORT_F
,DCHECK_F
andDCHECK_*_F
variants) - Added
RE_LOGGING_SET_VERBOSITY
macro to change the logging verbosity at runtime - Added
RE_LOGGING_DEFAULT_VERBOSITY
C define to change the default logging verbosity at compilation time (default toINFO
) - Added
RE_LOGGING_STRIP_FILE_PATH
C define to change if the filename or the full path is displayed (default to filename) - Replaced
loguru::init_for_re
(now deprecated) with the macroRE_LOGGING_INIT_FOR_RE
- Replaced
loguru::init_for_test
(now deprecated) with the macroRE_LOGGING_INIT_FOR_TEST