[][src]Macro witchcraft_log::warn

macro_rules! warn {
    ($($v:tt)*) => { ... };
}

Logs a message at the "warn" level.