Releases: jgaa/logfault
Releases · jgaa/logfault
Stable release
Fixes for some ARM platforms
This is a bug-fix release for a regression on ARM/Android.
Fixed regression in larger projects
Full Changelog: v0.7.0...v0.7.1
Faster and better suited for the Cloud
This release introduces two new log drivers you may find useful:
- JsonHandler – for logging from containers (typically cloud components) to centralized log management systems such as Loki. By sending the logs as JSON, these tools can process your log events more efficiently.
- SystemdHandler – for logging to systemd. This is useful if your app runs directly on Linux.
In addition, there is a new compile-time log-level filter, allowing you to completely exclude certain levels (for example, TRACE events) from release builds.
v0.5.2
Better support for testing
There are no changes in the functionality of the logging.
This version changes the link targets for the unit-tests to better handle GTest from various sources (local install, vcpkg or conan).
What's Changed
Full Changelog: v0.5.0...v0.5.1
Stable version for Linux, MacOS and Windows
This is the first release of logfault.
It passes github's CI with simple tests for Linux, Windows and MacOS.