Releases: Timothy-Liuxf/simple_logger
Releases · Timothy-Liuxf/simple_logger
v0.3.1
What's new
- Fix - Replace the old
v7
format withpax
format to break the limitation that the length of path of files should be no more than 99 characters - Change - Update the git repository url of submodule
autoreconf-archive
to the GitHub mirror since the original url (git://git.sv.gnu.org/autoconf-archive.git) becomes invalid
v0.3.0
What's new
- Change - Versioning scheme now changed from four-level version numbers to three-level version numbers
v0.2.3.1
What's new
- Fix - Fixed the failure of compile-time checking in
{fmt}
in C++20
v0.2.3.0
What's new
- Change - Rename
Makefile.inc.am
toMakefile.inc
v0.2.2.0
What's new
- Feature - Add an option
BUILD_TEST_EXAMPLES
to specify whether to build test examples in GNU Autotools build system
v0.2.1.0
What's new
- Feature - Add support for GNU Autotools build system
v0.2.0.1
What's new
- Documentation - Improve README
v0.2.0
What's new
- Feature - More log levels: support
Trace
andFatal
level - Feature - Thread-safety: thread-safety guarantee with
logger
- Feature - Old thread-unsafe log object renamed to
uslogger