mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2025-02-17 05:57:38 +00:00
log
A Rust library for application logging via debug/info/warn/error macros
Usage
Add this to your Cargo.toml
:
[dependencies]
log = "0.1.0"
and this to your crate root:
extern crate log;
Description
Languages
Rust
100%