macro_rules! prax_debug {
($($arg:tt)*) => { ... };
}Expand description
Macro for conditional debug logging.
Only logs if PRAX_DEBUG is enabled at runtime.
macro_rules! prax_debug {
($($arg:tt)*) => { ... };
}Macro for conditional debug logging.
Only logs if PRAX_DEBUG is enabled at runtime.