init_debug

Function init_debug 

Source
pub fn init_debug()
Expand description

Initialize logging for debugging (convenience function).

Equivalent to setting PRAX_DEBUG=true and calling init().

ยงSafety

This function modifies environment variables, which is unsafe in multi-threaded programs. Call this early in your program before spawning threads.