Skip to content

Releases: Timothy-Liuxf/simple_logger

v0.3.1

21 Sep 04:01
4d3775d
Compare
Choose a tag to compare

What's new

v0.3.0

23 Aug 09:29
Compare
Choose a tag to compare

What's new

  • Change - Versioning scheme now changed from four-level version numbers to three-level version numbers

v0.2.3.1

22 Aug 20:15
89b6c8d
Compare
Choose a tag to compare

What's new

  • Fix - Fixed the failure of compile-time checking in {fmt} in C++20

v0.2.3.0

16 Oct 01:35
Compare
Choose a tag to compare

What's new

  • Change - Rename Makefile.inc.am to Makefile.inc

v0.2.2.0

01 Feb 16:01
7a3aa23
Compare
Choose a tag to compare

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

01 Feb 15:28
da4f1ba
Compare
Choose a tag to compare

What's new

  • Feature - Add support for GNU Autotools build system

v0.2.0.1

11 Jan 14:02
Compare
Choose a tag to compare

What's new

  • Documentation - Improve README

v0.2.0

11 Jan 13:21
Compare
Choose a tag to compare

What's new

  • Feature - More log levels: support Trace and Fatal level
  • Feature - Thread-safety: thread-safety guarantee with logger
  • Feature - Old thread-unsafe log object renamed to uslogger

v0.1.0

11 Jan 05:22
Compare
Choose a tag to compare

Initial Release

  • Feature - Four log levels: Debug, Info, Warn, Error
  • Feature - C++ iostream style output
  • Feature - variadic function style output
  • Feature - C++20 format style output (with fmtlib)