All Versions
7
Latest Version
Avg Release Cycle
149 days
Latest Release
2114 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
September 29, 2019⚡️ Update fmtlib + add option to loguru::init to NOT set main thread name.
-
v2.0.0 Changes
October 02, 2018🚀 This release splits Loguru into two files:
loguru.hpp
andloguru.cpp
.🚀 The release also includes:
- Adjusted terminal colors
LOGURU_VERBOSE_SCOPE_ENDINGS
LOGURU_SCOPE_TIME_PRECISION
- 🌲 custom names of log levels
-
v1.8.0 Changes
May 08, 2018- 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 Changes
April 05, 2018- Turn off individual parts of the preamble.
- Add loguru::get_fatal_handler
- 🛠 Minor fixes
-
v1.7.0 Changes
January 03, 2018➕ Add ability to turn off the preamble with loguru::g_preamble
-
v1.6.0
January 03, 2018 -
v1.5.0 Changes
April 18, 2017First tag of loguru.