Function log_debug

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

The standard logging debug function.

ยงPanics

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