Skip to main content

log

Macro log 

Source
macro_rules! log {
    ( $ ( $ arg: tt) *) => { ... };
}