Macro notice

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

PHP notice logging.

ยงExamples

phper::notice!("Hello, {}!", message)