Macro veilid_core::log_rtab

source ·
macro_rules! log_rtab {
    (error $text:expr) => { ... };
    (error $fmt:literal, $($arg:expr),+) => { ... };
    (warn $text:expr) => { ... };
    (warn $fmt:literal, $($arg:expr),+) => { ... };
    (debug $text:expr) => { ... };
    (debug $fmt:literal, $($arg:expr),+) => { ... };
    ($text:expr) => { ... };
    ($fmt:literal, $($arg:expr),+) => { ... };
}