[][src]Macro wasmer_runtime_core::debug

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

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