Macro log

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

cross-platform way of logging a formatted value