clogger 0.1.0

Simple console logger that is configurable at runtime for command line apps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# clogger

[![Build Status](https://semaphoreci.com/api/v1/sagebind/clogger/branches/master/badge.svg)](https://semaphoreci.com/sagebind/clogger)
[![Crates.io](https://img.shields.io/crates/v/clogger.svg)](https://crates.io/crates/clogger)
[![Documentation](https://docs.rs/clogger/badge.svg)](https://docs.rs/clogger)
![License](https://img.shields.io/badge/license-MIT-blue.svg)

Simple console logger that is configurable at runtime for command line apps.

[Documentation](https://docs.rs/clogger)

## License
This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.