Skip to main content

eprintln

Macro eprintln 

Source
macro_rules! eprintln {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Like eprintln! but routes to the global LoggerManager at DEBUG level. Falls back to std::eprintln! when no global logger is registered.