mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-26 17:30:24 +00:00
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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;