[][src]Macro sys_util::log

macro_rules! log {
    ($pri:expr, $($args:tt)+) => { ... };
}

A macro for logging at an arbitrary priority level.

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