Macro log

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

A macro for logging at an arbitrary priority level.

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