Skip to content

Releases: doe300/cpplog

v0.6

16 Dec 16:42
faeee96
Compare
Choose a tag to compare

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

v0.5

12 Aug 08:14
Compare
Choose a tag to compare

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

03 Feb 11:16
Compare
Choose a tag to compare

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

16 May 11:13
Compare
Choose a tag to compare

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