mirror of
https://github.com/rust-lang/log.git
synced 2026-03-07 22:30:06 +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%