Macro woodpecker::debug [] [src]

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

Produces log record for the debug log level.

See the log macro for the details.