tracing-plus 0.2.3

对tracing日志库的增强,通过日志配置文件,注册日志
Documentation
[dependencies.config-plus]
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
features = ["chrono"]
version = "0.3.19"

[features]
blocking = []

[lib]
name = "tracing_plus"
path = "src/lib.rs"

[package]
authors = ["itao <476004058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "对tracing日志库的增强,通过日志配置文件,注册日志"
documentation = "https://docs.rs/tracing-plus"
edition = "2024"
keywords = ["tracing", "log", "config"]
license = "MIT OR Apache-2.0"
name = "tracing-plus"
readme = "README.md"
repository = "https://gitee.com/itao007/tracing-plus.git"
rust-version = "1.86"
version = "0.2.3"