Macro woodpecker::in_error [] [src]

macro_rules! in_error {
    ($block:block) => { ... };
}

Executes the code only for the error log level.

See the log macro for the details.