[][src]Macro wasmer_runtime_core::trace

macro_rules! trace {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Prints a log message with args, similar to println, when the trace feature is enabled. If the trace feature is disabled, arguments are not evaluated or printed.