Thank you for the library!!!
I just started use the library and I like it.
But I found a bug in ms_debug_sink.
In method ms_debug_sink::write_string you check
if (::IsDebuggerPresent())
It's works well if you execute a program from VisualStudio, but I often use SysInternal's utility Dbgview.exe to catch Debug output. In this case mlog didn't output anything into Debug output.
PS: Sorry for by bad English - it's not my native language.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for the library!!!
I just started use the library and I like it.
But I found a bug in ms_debug_sink.
In method ms_debug_sink::write_string you check
if (::IsDebuggerPresent())
It's works well if you execute a program from VisualStudio, but I often use SysInternal's utility Dbgview.exe to catch Debug output. In this case mlog didn't output anything into Debug output.
PS: Sorry for by bad English - it's not my native language.
Hello. Thank you for your feedback. I will see to improving debug sinks to work with dbgview.exe