You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed obsolete C-style logging function
Replaced std::function with Callable template arguments, improving performance
Replaced Travis CI with GitHub Actions
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
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