Macro dbugln

Source
macro_rules! dbugln {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Quantum OS’s ‘kernel’ debug formatting macro.

Outputs like ‘println’, but instead of going to StdOut, this macro prints to the kernel’s debug output (useally a serial port).