Macro warn

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

A macro for logging a warning.

Note that this will fail silently if syslog was not initialized.