keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Evaluate whether `tracing` might be a nice replacement for `env_logger`. #16

Closed keltia closed 1 year ago

keltia commented 1 year ago

tracing has the concept of a context (called "span") that can be associated to a function which is interesting in fetiche and its multithreaded engine.

keltia commented 1 year ago

env_logger has been replaced by tracing and friends in v0.13.