estk / log4rs

A highly configurable logging framework for Rust
Apache License 2.0
998 stars 147 forks source link

Do you use any optimisations to log in file? #350

Open J4CKVVH173 opened 7 months ago

J4CKVVH173 commented 7 months ago

I read that log4rs is sync because of the reasons but I wonder if it uses buffering or other optimizations before writing to the file?