Skip to main content

kdebug

Macro kdebug 

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

Log a line at debug severity; compiled out unless the debug-logging feature is enabled.