log_manager 0.1.2

log manager using tracing crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "log_manager"
version = "0.1.2"
edition = "2024"
description = "log manager using tracing crates"
license = "Apache-2.0"
homepage = "https://github.com/YvesCousteau/log-manager"
repository = "https://github.com/YvesCousteau/log-manager"

[dependencies]
chrono = "0.4.39"
dirs-2 = "3.0.1"
regex = "1.11.1"
serial_test = "3.2.0"
thiserror = "2.0.11"
tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.19"