Skip to main content

warn

Macro warn 

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

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

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