Macro tklog::async_warns

source ยท
macro_rules! async_warns {
    ($logger:expr, $($arg:expr),+) => { ... };
    () => { ... };
}