Skip to content

Add reference to win_dbg_logger#393

Merged
sfackler merged 1 commit into
rust-lang:masterfrom
sivadeilra:doc_update
Apr 21, 2020
Merged

Add reference to win_dbg_logger#393
sfackler merged 1 commit into
rust-lang:masterfrom
sivadeilra:doc_update

Conversation

@sivadeilra
Copy link
Copy Markdown

win_dbg_logger is logger for use with Windows debuggers.

Windows allows applications to output a string directly to debuggers. This is
very useful in situations where other forms of logging are not available.
For example, stderr is not available for GUI apps.

This crate can be compiled and used on non-Windows platforms, but it does
nothing. This is intended to minimize the impact on code that takes a
dependency on this crate.

win_dbg_logger is logger for use with Windows debuggers.

Windows allows applications to output a string directly to debuggers. This is
very useful in situations where other forms of logging are not available.
For example, stderr is not available for GUI apps.

This crate can be compiled and used on non-Windows platforms, but it does
nothing. This is intended to minimize the impact on code that takes a
dependency on this crate.
@sfackler sfackler merged commit 4fb398b into rust-lang:master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants