[][src]Macro funnel::debug

macro_rules! debug {
    ($($tt:tt)*) => { ... };
}

Logs a string at the 'Debug' logging level

Syntax matches uwriteln! minus the first argument. You need to depend on the ufmt crate to use this macro.

NOTE a newline is always appended at the end