macro_rules! lsm_debug {
($($arg:tt)*) => { ... };
}Expand description
Emit a debug-level diagnostic. Gated behind LINESMITH_LOG=debug;
the format! call is skipped when suppressed.
macro_rules! lsm_debug {
($($arg:tt)*) => { ... };
}Emit a debug-level diagnostic. Gated behind LINESMITH_LOG=debug;
the format! call is skipped when suppressed.