Macro woodpecker::in_trace [] [src]

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

Executes the code only for the trace log level.

See the log macro for the details.