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

Custom warn level macro.