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.
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.