loguru

A lightweight C++ logging library

UNLICENSE License

Stars
1.8K

Bot releases are hidden (Show)

loguru - v2.1.0 Latest Release

Published by emilk about 5 years ago

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

loguru - v2.0.0

Published by emilk about 6 years ago

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
loguru - v.1.8.0

Published by emilk over 6 years ago

  • 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.
loguru - v1.7.1

Published by emilk over 6 years ago

  • Turn off individual parts of the preamble.
  • Add loguru::get_fatal_handler
  • Minor fixes
loguru - v1.7.0

Published by emilk almost 7 years ago

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

loguru - v1.6.0

Published by emilk almost 7 years ago

loguru - v1.5.0

Published by emilk over 7 years ago

First tag of loguru.