Macro woodpecker::notice [] [src]

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

Produces log record for the notice log level.

See the log macro for the details.