windebug_logger 0.1.4

A logger that redirects all messages to OutputDebugStringW (Win32 API function).
Documentation

windebug_logger

Latest version Documentation License

A logger that redirects all messages to the OutputDebugStringW 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 OutputDebugStringW can be monitored using a program such as DebugView and Visual Studio's "Output" window.

License: MIT/Apache-2.0