Macro woodpecker::in_notice [] [src]

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

Executes the code only for the notice log level.

See the log macro for the details.