Skip to main content

log

Macro log 

Source
macro_rules! log {
    ($level:expr, $($arg:tt)*) => { ... };
}
Expand description

Attempts to log format args to the current logger lazily

If the logger rejects the log or none is set, the args will not be parsed