feat: event based non-blocking logger
This commit is contained in:
parent
30c11215b6
commit
b10568484e
8 changed files with 534 additions and 671 deletions
11
subcrates/zlog/Cargo.toml
Normal file
11
subcrates/zlog/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "zlog"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4.1"
|
Loading…
Add table
Add a link
Reference in a new issue