Skip to main content

console_println

Function console_println 

Source
pub fn console_println(line: &str)
Expand description

Print one line through the installed console hook, or to stderr if none is installed.

Used by the tracing fmt layer below, and by CLI code that prints outside of tracing (subprocess passthrough, setup notices) so every console write is subject to the same routing.