fmtlog 0.1.2

A simple configurable logger with format specification.
Documentation
# fmtlog
[![crates.io](https://img.shields.io/crates/v/fmtlog)](https://crates.io/crates/fmtlog)
[![docs.rs](https://docs.rs/fmtlog/badge.svg)](https://docs.rs/fmtlog)
[![Downloads](https://img.shields.io/crates/d/fmtlog)](https://crates.io/crates/fmtlog)
[![Downloads (latest)](https://img.shields.io/crates/dv/fmtlog)](https://crates.io/crates/fmtlog)
[![License](https://img.shields.io/crates/l/fmtlog)](https://github.com/watcol/fmtlog/blob/main/LICENSE)

A simple configurable logger with format specification.

## Features
- [x] Format Specification
- [x] Module-level Logging
- [x] Timestamp Support
- [x] Colorized Log
- [x] Logging to the File
- [x] Multiple log target

## Documents
API Documents are available on [docs.rs](https://docs.rs/fmtlog).

## License
This program is licensed under the MIT license.

See [LICENSE](https://github.com/watcol/fmtlog/blob/main/LICENSE) for details.