Macro nih_plug::debug::nih_trace

source ·
macro_rules! nih_trace {
    ($($args:tt)*) => { ... };
}
Expand description

The same as nih_log!(), but with source and thread information. Like the nih_debug_assert*!() macros, this is only shown when compiling in debug mode.