[][src]Function win_dbg_logger::output_debug_string

pub fn output_debug_string(s: &str)

Calls the OutputDebugString API to log a string.

On non-Windows platforms, this function does nothing.

See OutputDebugStringW.