feat: add log/log4rs

This commit is contained in:
2020-11-08 17:01:18 +08:00
parent b02111ecd5
commit 1b3cb499b4
5 changed files with 544 additions and 1 deletions

13
__log/log4rs/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "log4rs"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
log4rs = "0.13"