log_util_close

Function log_util_close 

#[unsafe(no_mangle)]
pub extern "C" fn log_util_close()
Available on crate feature logging only.
Expand description

Closes mcm logging.

The default implementation simply closes the log file opened by log_util_init. If no file was opened it does nothing.

Our implementation doesn’t do anything.