windebug_logger

Crates.iowindebug_logger
lib.rswindebug_logger
version0.1.4
sourcesrc
created_at2020-01-22 14:47:27.885077
updated_at2020-04-28 11:56:40.844966
descriptionA logger that redirects all messages to OutputDebugStringW (Win32 API function).
homepage
repositoryhttps://github.com/yvt/rust-windebug_logger
max_upload_size
id201024
size23,144
yvt (yvt)

documentation

README

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

Commit count: 11

cargo fmt