pub fn log(level: Level, msg: &str)
Log a diagnostic line into the host’s tracing subscriber.
Never panics — Extism propagates host-fn errors as Err values, which we trap and ignore (logs are best-effort).
Err