Macro info

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