Macro trace_log_enabled

Source
macro_rules! trace_log_enabled {
    () => { ... };
}
Expand description

Dynamic check for whether trace logging is enabled.