#logger #log #logging #win32 #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

#617 in Debugging

Download history 9/week @ 2023-07-16 13/week @ 2023-07-23 8/week @ 2023-07-30 14/week @ 2023-08-06 20/week @ 2023-08-13 7/week @ 2023-08-20 12/week @ 2023-08-27 13/week @ 2023-09-03 16/week @ 2023-09-10 15/week @ 2023-09-17 3/week @ 2023-09-24 11/week @ 2023-10-01 9/week @ 2023-10-08 15/week @ 2023-10-15 15/week @ 2023-10-22 14/week @ 2023-10-29

55 downloads per month

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–1.6MB
~35K SLoC