Macro woodpecker::verbose [] [src]

macro_rules! verbose {
    ($($arg:tt)*) => { ... };
}

Produces log for the verbose level.

See the log macro for the details.