Macro log

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