log2 0.3.0

log2 is an out-of-the-box logging library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "log2"
version = "0.3.0"
edition = "2021"
description = "log2 is an out-of-the-box logging library for Rust"
license = "MIT"
repository = "https://github.com/sweihub/log2"
documentation = "https://docs.rs/log2"

[dependencies]
chrono = "0.4.26"
colored = "2.0.0"
flate2 = "1.1.0"
log = { version = "0.4.18", features = ["std"] }

[lib]
doctest = false