Skip to main content

lsm_debug

Macro lsm_debug 

Source
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.