spdlog-rs
spdlog-rs copied to clipboard
Fast and combinable Rust logging crate
Results
22
spdlog-rs issues
Sort by
recently updated
recently updated
newest added
## Background In the early stages of _spdlog-rs_ development a few years ago, we had already noticed that the standard library's `write!` macros are very slow, and this could be...
KV support is already implemented and available in #77, so we can go further and add some very convenient features based on KV. When using _spdlog-rs_ for my personal projects,...
enhancement