SpriteOvO / spdlog-rs

Fast, highly configurable Rust logging crate
https://crates.io/crates/spdlog-rs
Apache License 2.0
109 stars 12 forks source link

Fix `{tid}` incorrectly outputting TID of thread pool in `AsyncPoolSink` #29

Closed SpriteOvO closed 1 year ago

SpriteOvO commented 1 year ago

Fixes #28, by getting TID during the build of each record and caching it in the thread local to improve performance.