macro_rules! error {
($l:expr, #$tag:expr, $($args:tt)+) => { ... };
($l:expr, $($args:tt)+) => { ... };
}Expand description
Log error level record
See log for documentation.
macro_rules! error {
($l:expr, #$tag:expr, $($args:tt)+) => { ... };
($l:expr, $($args:tt)+) => { ... };
}Log error level record
See log for documentation.