Macro phper::notice[][src]

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

PHP notice logging.

Examples

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