log_debug

Macro log_debug 

Source
macro_rules! log_debug {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:expr),*) => { ... };
}
Expand description

Debug logging macro with automatic bright blue coloring