Macro woodpecker::info [] [src]

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

Produces log record for the info log level.

See the log macro for the details.