2026

icon re-logging | v4.6.0.20260703
2026-07-03

Released re-logging v4.6.0.20260703 with the following changes:

  • With the non-backward compatible changes introduced in SDK 5.0.0, introducing a new version scheme reflecting the RE SDK version. The new numbering scheme is <re_sdk_version>.<year><month><day>.
  • Added re-logging_NATIVE_COMPILE_DEFINITIONS as a CMake variable defining RE_LOGGING_VERSION and RE_LOGGING_VERSION_AS_NUMBER.
icon re-logging
2026-02-12
  • The project has been moved to Codeberg.
  • No code change.

2025

icon re-logging
2025-08-16

Released re-logging v2.0.2 with the following changes:

  • Simplified prefix logic
icon re-logging
2025-08-15

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 and DCHECK_*_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 to INFO)
  • 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 macro RE_LOGGING_INIT_FOR_RE
  • Replaced loguru::init_for_test (now deprecated) with the macro RE_LOGGING_INIT_FOR_TEST