Macro info

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

A macro for logging info.

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