#open-harmony #logging #compatible #filtering #sink #system #env-filter

hilog

A log and env_filter compatible logging sink for HiLog on OpenHarmony

2 releases

0.1.1 Oct 27, 2024
0.1.0 Apr 25, 2024

#242 in Operating systems

Download history 990/week @ 2024-08-26 956/week @ 2024-09-02 906/week @ 2024-09-09 591/week @ 2024-09-16 666/week @ 2024-09-23 578/week @ 2024-09-30 1246/week @ 2024-10-07 832/week @ 2024-10-14 1035/week @ 2024-10-21 849/week @ 2024-10-28 895/week @ 2024-11-04 720/week @ 2024-11-11 877/week @ 2024-11-18 606/week @ 2024-11-25 747/week @ 2024-12-02 885/week @ 2024-12-09

3,152 downloads per month

Apache-2.0

16KB
269 lines

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.


lib.rs:

log compatible logger to the HiLog logging system on OpenHarmony

This crate is in its very early stages and still under development. It's partially based on env_logger, in particular the filtering is compatible with env_logger.

Dependencies

~3–4MB
~70K SLoC