Crates.io | windebug_logger |
lib.rs | windebug_logger |
version | 0.1.4 |
source | src |
created_at | 2020-01-22 14:47:27.885077 |
updated_at | 2020-04-28 11:56:40.844966 |
description | A logger that redirects all messages to OutputDebugStringW (Win32 API function). |
homepage | |
repository | https://github.com/yvt/rust-windebug_logger |
max_upload_size | |
id | 201024 |
size | 23,144 |
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