log

Macro log 

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

A println-like macro. Warning: This is very slow.