plog v1.1.3 Release Notes

Release Date: 2017-08-09 // over 6 years ago
    • New: Introduce PLOG_ENABLE_WCHAR_INPUT macro to control wide string support
    • ๐Ÿ†• New #63: Add support for managed C++ System::String^
    • ๐Ÿ†• New #61: Add missing macros for logging with severity NONE
    • ๐Ÿ›  Fix #59: Unable to build NativeEOLConverter/UTF8Converter using Visual Studio
    • ๐Ÿ›  Fix #58: Use WriteConsoleW instead of global setlocale for writing unicode into windows console
    • ๐Ÿ›  Fix #55: Mention about linking to iconv on macOS
    • ๐Ÿ›  Fix: IF_LOG macro didn't work for curly braces blocks