3 releases
0.1.4 | Apr 28, 2020 |
---|---|
0.1.3 | Jan 23, 2020 |
0.1.2 | Jan 22, 2020 |
0.1.1 |
|
0.1.0 |
|
#691 in Debugging
36 downloads per month
12KB
177 lines
windebug_logger
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–1.9MB
~41K SLoC