An open API service indexing awesome lists of open source software.

https://github.com/sagebind/clogger

Simple console logger that is configurable at runtime for command line apps.
https://github.com/sagebind/clogger

logger rust

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.