macro_rules! debug {
    ( $($x:tt)+ ) => { ... };
}
Expand description

Log debugging with context info

See top-level docs for details.