/log

Primary LanguageRustApache License 2.0Apache-2.0

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;