5 releases

0.2.2 Jun 25, 2025
0.2.1 Jun 25, 2025
0.2.0 Apr 10, 2025
0.1.1 Oct 27, 2024
0.1.0 Apr 25, 2024

#560 in Debugging

Download history 2219/week @ 2025-08-11 2304/week @ 2025-08-18 2071/week @ 2025-08-25 1867/week @ 2025-09-01 1499/week @ 2025-09-08 1530/week @ 2025-09-15 1765/week @ 2025-09-22 2072/week @ 2025-09-29 1882/week @ 2025-10-06 2081/week @ 2025-10-13 2359/week @ 2025-10-20 2242/week @ 2025-10-27 2532/week @ 2025-11-03 2176/week @ 2025-11-10 2983/week @ 2025-11-17 1618/week @ 2025-11-24

9,530 downloads per month

Apache-2.0

18KB
318 lines

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.

Hilog

This crate provides a log compatible logger that writes messages to the HiLog logging system on OpenHarmony devices.

This crate is partially based on env_logger and android_logger.

License

This crate is licensed under the Apache-2.0 license.

Dependencies

~2.8–4MB
~69K SLoC