Skip to content

Releases: doe300/cpplog

v0.6

Choose a tag to compare

@doe300 doe300 released this 16 Dec 16:42
faeee96

Removed obsolete C-style logging function
Replaced std::function with Callable template arguments, improving performance
Replaced Travis CI with GitHub Actions

v0.5

Choose a tag to compare

@doe300 doe300 released this 12 Aug 08:14

Added configurable logger instance per thread using the global logger as fall-back
Renamed global logger instance LOGGER to DEFAULT_LOGGER
Fixed some advanced clang compiler warnings

v0.4

Choose a tag to compare

@doe300 doe300 released this 03 Feb 11:16

Added logging to arbitrary wostreams
Added functions for lazy logging, skipping formatting if log level will not be printed
Added building of both shared and static libraries
Added (un-)install targets

v0.3

Choose a tag to compare

@doe300 doe300 released this 16 May 11:13

Simplified multi-threaded logging
Fixed crashes in multi-threaded logging
Fixed build errors on various platforms