#[log_result_err]
Expand description

Attribute macro to enable logging a Result::Err variant if tagged to a function that returns a Result enum, and it returns an Err. Note: Returned E of Result<T, E> must implment the Display trait. Also, crate must have the log crate as a dependency.