Macro tklog::error

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