Function spacetimedb_bindings_sys::console_log

source ·
pub fn console_log(
    level: LogLevel,
    target: Option<&str>,
    filename: Option<&str>,
    line_number: Option<u32>,
    text: &str
)
Expand description

Log at level a text message occuring in filename:line_number with target being the module path at the log! invocation site.