Skip to main content

pp_error

Macro pp_error 

Source
macro_rules! pp_error {
    ($($arg:tt)+) => { ... };
}
Expand description

Logs at Level::Error — a failed operation. Same forms and cost as pp_info!.