Skip to main content

info

Macro info 

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

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

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