Aixlog Versions Save

Header-only C++ logging library

v1.5.0

3 years ago

Version 1.5.0

Features

  • Conditional is virtual, so that is_true can be overloaded
  • Conditional can be constructed with a lambda returning true or false
  • Support Windows unicode and non-unicode

Bugfixes

  • Fix building on Windows (Issue #11, #13)

v1.4.0

3 years ago

Version 1.4.0

Features

  • Add filters for log sinks: filter by tag and/or severity
  • Remove macro SLOG and log type SPECIAL in favor to the new filters

v1.3.0

4 years ago

Version 1.3.0

Features

  • Log lines will not overlapped when logging from different threads

v1.2.4

4 years ago

Version 1.2.4

Bugfixes

  • Use threadsafe version of localtime

v1.2.3

4 years ago

Version 1.2.3

Bugfixes

  • Fix pedantic warnings

v1.2.2

4 years ago

Version 1.2.2

Bugfixes

  • Fix pedantic warning ISO C++11 requires at least one argument for the "..." in a variadic macro

v1.2.1

6 years ago

Version 1.2.1

Bugfixes

  • Remove unnecessary virtual function specifier from explicit operator bool() const to workaround a bug in MS Visual Studio

v1.2.0

6 years ago

Version 1.2.0

Bugfixes

  • fix __func__ macro on Android

General

  • non-native system log sinks are not defined
  • make building of aixlog_example optional in cmake

v1.1.0

6 years ago

Version 1.1.0

Bugfixes

  • fix warnings "Function defined but not used"
  • fix include for MacOS

v1.0.4

6 years ago

Version 1.0.4

Bugfixes

  • Flush buffer on exit (Issue #4)