Macro tklog::debug

source ยท
macro_rules! debug {
    () => { ... };
    ($($arg:expr),*) => { ... };
}