Go to file
2014-12-13 13:51:19 -08:00
src Initial commit 2014-12-13 13:46:26 -08:00
.gitignore Initial commit 2014-12-13 13:46:26 -08:00
.travis.yml Initial commit 2014-12-13 13:46:26 -08:00
Cargo.toml Initial commit 2014-12-13 13:46:26 -08:00
LICENSE-APACHE Add licenses 2014-12-13 13:51:19 -08:00
LICENSE-MIT Add licenses 2014-12-13 13:51:19 -08:00
README.md Add a README 2014-12-13 13:49:39 -08:00

log

A Rust library for application logging via debug/info/warn/error macros

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
log = "0.1.0"

and this to your crate root:

extern crate log;