Macro kv_log_macro::error
source · [−]macro_rules! error {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}
Expand description
Logs a message at the error level.
macro_rules! error {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}
Logs a message at the error level.