Module mcm

Module mcm 

Available on crate feature logging only.
Expand description

Rust implementation of mcm_log_util.

The mcm_log_util library is used by the mcm library internally for logging. This crate replaces this special implementation with hooks to the log crate.

The entire library is based on reverse-engineering the libmcm_log_util.so.

Functions§

log_util_close
Closes mcm logging.
log_util_format_msg
Formats a log message.
log_util_init
Initializes mcm logging.
write_log_to_file
Writes a log message to the output.