log_common

Macro log_common 

Source
macro_rules! log_common {
    ($level:expr, $($arg:expr),*) => { ... };
    () => { ... };
}