prax_debug

Macro prax_debug 

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

Macro for conditional debug logging.

Only logs if PRAX_DEBUG is enabled at runtime.