Macro slog::error [−][src]
macro_rules! error { ($l:expr, #$tag:expr, $($args:tt)+) => { ... }; ($l:expr, $($args:tt)+) => { ... }; }
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.