Skip to content

Releases: badaix/aixlog

AixLog v1.5.0

24 Feb 20:45
Compare
Choose a tag to compare

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)

AixLog v1.4.0

17 Jun 19:16
Compare
Choose a tag to compare

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

AixLog v1.3.0

21 Apr 07:50
Compare
Choose a tag to compare

Version 1.3.0

Features

  • Log lines will not overlapped when logging from different threads

AixLog v1.2.4

02 Jan 16:17
Compare
Choose a tag to compare

Version 1.2.4

Bugfixes

  • Use threadsafe version of localtime

AixLog v1.2.3

02 Jan 15:21
Compare
Choose a tag to compare

Version 1.2.3

Bugfixes

  • Fix pedantic warnings

AixLog v1.2.2

07 Oct 21:46
Compare
Choose a tag to compare

Version 1.2.2

Bugfixes

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

AixLog v1.2.1

28 Apr 10:14
Compare
Choose a tag to compare

Version 1.2.1

Bugfixes

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

AixLog v1.2.0

07 Apr 13:04
Compare
Choose a tag to compare

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

AixLog v1.1.0

09 Feb 14:39
Compare
Choose a tag to compare

Version 1.1.0

Bugfixes

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

AixLog v1.0.4

02 Feb 18:58
Compare
Choose a tag to compare

Version 1.0.4

Bugfixes

  • Flush buffer on exit (Issue #4)