Plog Versions Save

Portable, simple and extensible C++ logging library

1.1.0

7 years ago
  • 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

7 years ago
  • 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.0

8 years ago
  • Initial public release

1.0.1

8 years ago
  • New: Added ColorConsoleAppender
  • Fixed #6: Compatibility with Mingw-w64
  • Fixed #7: Log file not created if file name contains Unicode characters in Windows
  • Fixed #4: Flush stdout
  • Fixed #3: IntelliSense error: expected an identifier