Macro woodpecker::trace [] [src]

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

Produces log record for the trace log level.

See the log macro for the details.