Macro woodpecker::in_critical [] [src]

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

Executes the code only for the critical log level.

See the log macro for the details.