Macro woodpecker::in_warn [] [src]

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

Executes the code only for the warn log level.

See the log macro for the details.