[][src]Macro sys_util::info

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

A macro for logging info.

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