feat: event based non-blocking logger

This commit is contained in:
Chance 2025-04-15 20:08:58 +00:00 committed by BitSyndicate
parent 30c11215b6
commit b10568484e
8 changed files with 534 additions and 671 deletions

11
subcrates/zlog/Cargo.toml Normal file
View 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"