#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

#749 in Debugging

Download history 3/week @ 2024-12-04 29/week @ 2024-12-11 4/week @ 2024-12-18 3/week @ 2025-01-08 12/week @ 2025-01-15 12/week @ 2025-01-22 13/week @ 2025-02-05 32/week @ 2025-02-12 4/week @ 2025-02-19 10/week @ 2025-02-26

59 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.4–2MB
~42K SLoC