[][src]Macro cala::warn

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

Log a warning (stderr) message in both release and debug mode.

Do not overuse this function. Release builds should have few logs.