verbose

Macro verbose 

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