Skip to main content

debug_log

Macro debug_log 

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

Debug logging macro that only compiles in debug builds. Writes timestamped messages to /tmp/radical_debug.log