Function log

pub fn log(
    level: LogLevel,
    message: &str,
    file: &str,
    line: u32,
) -> Result<(), Error>
Expand description

The standard logging function.

ยงPanics

The user must ensure that log() is executed on a Kanzi thread.