Macro serwus::error_logged

source ·
macro_rules! error_logged {
    {warn, $($arg:tt)*} => { ... };
    {error, $($arg:tt)*} => { ... };
}