Alex Crichton a4ea23185a Merge pull request #1 from sfackler/master
Update for proc removal
2014-12-15 15:35:52 -05:00
2014-12-15 12:34:08 -08:00
2014-12-13 13:46:26 -08:00
2014-12-13 13:46:26 -08:00
2014-12-13 13:46:26 -08:00
2014-12-13 13:51:19 -08:00
2014-12-13 13:51:19 -08:00
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;
Description
Logging implementation for Rust
Readme 2 MiB
Languages
Rust 100%