pub fn inspect_log<E: Display>(error: &E)Expand description
Logs an error’s display representation at error level.
The value is borrowed and otherwise left unchanged. Level dispatch is
delegated to inspect_log_level.
pub fn inspect_log<E: Display>(error: &E)Logs an error’s display representation at error level.
The value is borrowed and otherwise left unchanged. Level dispatch is
delegated to inspect_log_level.