Macro cicada::log

source ·
macro_rules! log {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}