Skip to content

Releases: emilk/loguru

v2.1.0

29 Sep 17:40
Compare
Choose a tag to compare

Update fmtlib + add option to loguru::init to NOT set main thread name.

v2.0.0

02 Oct 05:53
b7a7bf9
Compare
Choose a tag to compare

This release splits Loguru into two files: loguru.hpp and loguru.cpp.

The release also includes:

  • Adjusted terminal colors
  • LOGURU_VERBOSE_SCOPE_ENDINGS
  • LOGURU_SCOPE_TIME_PRECISION
  • custom names of log levels

v.1.8.0

08 May 08:22
Compare
Choose a tag to compare
  • Auto-detect if RTTI should be enabled.
  • Fix a bug where large file names could cause stack corruption.
  • Shorten long file names to keep preamble fixed width.
  • Add LOGURU_VERSION_{MAJOR,MINOR,PATCH} macros.

v1.7.1

05 Apr 11:33
Compare
Choose a tag to compare
  • Turn off individual parts of the preamble.
  • Add loguru::get_fatal_handler
  • Minor fixes

v1.7.0

03 Jan 14:58
Compare
Choose a tag to compare

Add ability to turn off the preamble with loguru::g_preamble

v1.6.0

03 Jan 14:31
Compare
Choose a tag to compare
Add LOGURU_RTTI and LOGURU_STACKTRACES settings

v1.5.0

18 Apr 08:58
Compare
Choose a tag to compare

First tag of loguru.