golddranks / loggerv

A minimalistic stdout/stderr logger for rust

Home Page:http://clux.github.io/loggerv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loggerv

build status coverage status crates status

A simple stdout and stderr writing Logger implementation of the log crate, using ansi_term for colors and configured via a log level. Designed for simple CLIs.

Usage

Add log and loggerv to Cargo.toml.

documentation

License

MIT-Licensed. See LICENSE file for details.

About

A minimalistic stdout/stderr logger for rust

http://clux.github.io/loggerv

License:MIT License


Languages

Language:Rust 100.0%