Macro log

macro_rules! log {
    ($level:expr, $($arg:tt)+) => { ... };
}
Expand description

The standard logging macro.