macro_rules! kdebug {
($($arg:tt)*) => { ... };
}Expand description
Log a line at debug severity; compiled out unless the debug-logging feature is enabled.
macro_rules! kdebug {
($($arg:tt)*) => { ... };
}Log a line at debug severity; compiled out unless the debug-logging feature is enabled.