Skip to content

Releases: jgaa/logfault

Stable release

02 Jan 11:13

Choose a tag to compare

Stable release after testing the updated code in various projects over a few months.

Fixes for some ARM platforms

02 Sep 10:12

Choose a tag to compare

This is a bug-fix release for a regression on ARM/Android.

Fixed regression in larger projects

25 Aug 11:19

Choose a tag to compare

Faster and better suited for the Cloud

24 Aug 08:09

Choose a tag to compare

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

20 Mar 13:50
d98a0d2

Choose a tag to compare

What's Changed

  • Fix testing by @jgaa in #12
  • Trying another approach with gtest and it's link target. by @jgaa in #13

Full Changelog: v0.5.0...v0.5.2

Better support for testing

20 Mar 10:41
171cc59

Choose a tag to compare

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

17 Mar 11:59
399c022

Choose a tag to compare

This is the first release of logfault.

It passes github's CI with simple tests for Linux, Windows and MacOS.