Macro woodpecker::critical [] [src]

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

Produces log record for the critical log level.

See the log macro for the details.