macro_rules! log_error {
(target: $target:expr, $($arg:tt)+) => { ... };
($($t:tt)*) => { ... };
}
Expand description
Format and log message with Level::Error
macro_rules! log_error {
(target: $target:expr, $($arg:tt)+) => { ... };
($($t:tt)*) => { ... };
}
Format and log message with Level::Error