Macro woodpecker::in_info [] [src]

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

Executes the code only for the info log level.

See the log macro for the details.