#winapi #logger #logging #log #windows

windebug_logger

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

3 releases

0.1.4 Apr 28, 2020
0.1.3 Jan 23, 2020
0.1.2 Jan 22, 2020
0.1.1 Jan 22, 2020
0.1.0 Jan 22, 2020

#607 in Debugging

MIT/Apache

12KB
177 lines

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


lib.rs:

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.

Dependencies

~1.2–1.7MB
~37K SLoC