hilog-sys 0.1.7

Rust bindings to the HiLog logging system of OpenHarmony
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# hilog-sys

Rust bindings for the `HiLog` logging framework of OpenHarmony.
This crate should only be used on OpenHarmony (`target_env = "ohos"`).
The official C-API documentation is available [on gitee][hilog native guidelines].


[hilog native guidelines]: https://gitee.com/openharmony/docs/blob/master/en/application-dev/dfx/hilog-guidelines.md


## License

These bindings are licensed under the [Apache 2.0](./LICENSE) license, matching
the license of `HiLog`.