Skip to main content

debug

Macro debug 

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

Attempts to log format args as debug to the current logger lazily

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