Function map_target_static
fn map_target_static(target: &[u8]) -> Option<&'static str>Available on crate feature
logging only.Expand description
Returns the static log target mapping for the given Quectel log target.
target is expected to be an ASCII byte slice.
Returns None if no static target mapping exists.