Function tari_wallet_ffi::log_debug_message[][src]

#[no_mangle]pub unsafe extern "C" fn log_debug_message(msg: *const c_char)

This function will log the provided string at debug level. To be used to have a client log messages to the LibWallet logs.

Arguments

msg - A string that will be logged at the debug level. If msg is null nothing will be done.

Safety

None