Module logging

Module logging 

Available on crate feature logging only.
Expand description

Log capture for libraries used by the Quectel SDK.

Quectel’s code generally uses two libraries for logging: ql_log and ql_sys_log. These are handled by the ql module. Internally Quectel makes calls to Qualcomm MCM code which uses a separate library called mcm_log_util. This is handled by the mcm module.

Modules§

mcm 🔒
Rust implementation of mcm_log_util.
ql 🔒
Rust implementation of ql_sys_log and ql_log.