Skip to main content

log

Function log 

Source
pub fn log(level: Level, msg: &str)
Expand description

Log a diagnostic line into the host’s tracing subscriber.

§Panics

Never panics — Extism propagates host-fn errors as Err values, which we trap and ignore (logs are best-effort).