A logger that redirects all messages to the [OutputDebugMessageW
]
Win32 API function in a format similar to [simple_logger
].
This crate is useful if you are writing a Windows GUI application, where
stdout and stderr do not work. The messages outputted by
OutputDebugMessageW
can be monitored using a program such as [DebugView]
and Visual Studio's "Output" window.
License: MIT/Apache-2.0