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.