- 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