Skip to main content

trace

Macro trace 

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

Attempts to log format args as a trace to the current logger lazily

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