Releases: badaix/aixlog
Releases · badaix/aixlog
AixLog v1.5.0
AixLog v1.4.0
Version 1.4.0
Features
- Add filters for log sinks: filter by tag and/or severity
- Remove macro
SLOG
and log typeSPECIAL
in favor to the new filters
AixLog v1.3.0
Version 1.3.0
Features
- Log lines will not overlapped when logging from different threads
AixLog v1.2.4
Version 1.2.4
Bugfixes
- Use threadsafe version of
localtime
AixLog v1.2.3
Version 1.2.3
Bugfixes
- Fix pedantic warnings
AixLog v1.2.2
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
Version 1.2.1
Bugfixes
- Remove unnecessary
virtual
function specifier fromexplicit operator bool() const
to workaround a bug in MS Visual Studio
AixLog v1.2.0
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
Version 1.1.0
Bugfixes
- fix warnings "Function defined but not used"
- fix include for MacOS