[][src]Macro stlog::debug

macro_rules! debug {
    ($log:expr, $string:expr) => { ... };
    ($string:expr) => { ... };
}

Logs the given string literal at the DEBUG log level

For more details see the error! macro.