Macro woodpecker::in_debug [] [src]

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

Executes the code only for the debug log level.

See the log macro for the details.