macro_rules! shlog {
    ($text:expr, $($arg:expr),*) => { ... };
    ($text:expr) => { ... };
}