macro_rules! error {
($($args:tt)+) => { ... };
}
Expand description
A macro for logging an error.
Note that this will fail silently if syslog was not initialized.
macro_rules! error {
($($args:tt)+) => { ... };
}
A macro for logging an error.
Note that this will fail silently if syslog was not initialized.