Documentation

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.