macro_rules! svc_log {
(debug, $($arg:expr),*) => { ... };
(info, $($arg:expr),*) => { ... };
(warn, $($arg:expr),*) => { ... };
}macro_rules! svc_log {
(debug, $($arg:expr),*) => { ... };
(info, $($arg:expr),*) => { ... };
(warn, $($arg:expr),*) => { ... };
}