macro_rules! nih_trace { ($($args:tt)*) => { ... }; }
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.
nih_log!()
nih_debug_assert*!()