Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
423 stars 71 forks source link

Implement Async(Read|Write) #65

Open stevefan1999-personal opened 3 years ago

stevefan1999-personal commented 3 years ago

I think file logging, which depends on sync read/write, is seemingly a blocking operation and it will starve the process?