Releases: SergiusTheBest/plog
Releases · SergiusTheBest/plog
1.1.0
- Fix #34: Introduce binary compatible interface to Record (WARNING: this is not compatible with 1.0.x version in Chained mode, so don't mix 1.1.x and 1.0.x)
1.0.2
- New #11: Default instance can be set via PLOG_DEFAULT_INSTANCE
- New #30: Support for QString
- New: Support for C++Builder
- New #15:
severityFromString
function - New #21: Capture source file name (disabled by default)
- New #33: Add DebugOutputAppender
- New #32: Add EventLogAppender
- Fixed #12: Crash on processing Obj-C function name
- Fixed #17: Compatibility with MinGW
- Fixed #27: IF_LOG_ macro in if/else leads to miss else branch
- Fixed #18, #29: Thread safety for ConsoleAppender/ColorConsoleAppender
- Fixed #31: Support for stream manipulators like std::endl
- Fixed: Compatibility with old Visual Studio versions
1.0.1
1.0.0
- Initial public release