Skip to content

A logger that redirects all messages to OutputDebugMessageW (Win32 debug output)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

yvt/rust-windebug_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A logger that redirects all messages to OutputDebugMessageW (Win32 debug output)

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages