Macro woodpecker::error [] [src]

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

Produces log record for the error log level.

See the log macro for the details.