Skip to main content

runtime_log

Macro runtime_log 

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

Logs runtime messages only in debug builds.