Macro veilid_core::log_stor

source ·
macro_rules! log_stor {
    (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),+) => { ... };
}