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