Skip to main content

warn

Macro warn 

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

The warn macro provides a wrapper for the log macro at level log::Level::Info