Macro phper::warning

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

PHP warning logging.

Examples

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