Skip to main content

inspect_log

Function inspect_log 

Source
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.