Macro trillium::log_error

source ·
macro_rules! log_error {
    ($expr:expr) => { ... };
    ($expr:expr, $message:expr) => { ... };
}
Expand description

A convenience macro for logging the contents of error variants.

This is useful when there is no further action required to process the error path, but you still want to record that it transpired