All Versions
7
Latest Version
Avg Release Cycle
149 days
Latest Release
1895 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.