Expand description
log
compatible logger to the HiLog
logging system on OpenHarmony
This crate is in its very early stages and still under development,
it was partially inspired by env_logger
.
§Features
- Permits filtering based on the
env_filter
spec via the crate. - Permits dynamic replacement of filters in an atomic manner, making changes available to subsequent invocations on other threads without invalidating the state of any running threads.