plog v1.1.5 Release Notes
Release Date: 2020-05-10 // over 4 years ago-
๐ Changes
- ๐ New: Use
NativeEOLConverter
by default (#145) - ๐ New: Add logger
instanceId
intoRecord
(#141) - ๐ New: Add support for the printf style formatting (#139)
- ๐ New: Make
severityFromString
case-insensitive - ๐ New: Define macro names with "PLOG" instead of "LOG" in order to avoid conflicts with "LOG" names defined in other packages or in system headers (#25, #129)
- ๐ New: Add option for building samples (ON per default) (#125, #126)
- ๐ New: Add CMake installer (#121, #122)
- ๐ New: Add support for
QStringRef
- ๐ New: Modernize CMake (#106)
- ๐ New: Allow rollLogFiles to be called manually (#100, #103)
- ๐ New: Add ability to use UTC time (#101)
- Fix: Disable
PLOG_GET_THIS()
by default (#120, #132) - Fix: Change
RegSetValueExW
prototype to match windows native declaration (void* -> BYTE*) - ๐ Fix: Move
System::String^
handler to a free function (#131) - ๐ Fix: Making sure we can build standalone under Windows (#123)
- ๐ Fix: Parse error by ReSharper (#116)
- ๐ Fix: Parse error by Clang Code Model in Qt Creator (#114)
- ๐ Fix: Printing CustomType at begin of the stream (#94)
- ๐ Fix: Make
RollingFileAppender
work with maxFiles set to 1 (#70) - ๐ Fix: Clang-tidy nullable issue
- ๐ New: Use
Previous changes from v1.1.4
-
- ๐ New: Add
-Wundef
support - ๐ New #87: Add RTEMS support
- ๐ New #84: Add Intel C++ Compiler support
- ๐ New #83: Add FreeBSD support
- ๐ New #79: Add
-Wnon-virtual-dtor
support - ๐ New #66: Support ostream operator<< on windows as well as wostream
- ๐ Fix #68: Fix compilation for Android
- ๐ Fix: Fix compiling with cmake 2.8
- ๐ New: Add