pub fn log( level: LogLevel, message: &str, file: &str, line: u32, ) -> Result<(), Error>
The standard logging function.
The user must ensure that log() is executed on a Kanzi thread.
log()