Skip to main content

debug_log

Macro debug_log 

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

Cross-platform debug logging macro. Prints natively to console.log in WASM environments, and falls back to println! elsewhere.