4 releases
| 0.2.2 | Feb 12, 2020 |
|---|---|
| 0.2.1 | Jul 11, 2019 |
| 0.2.0 | Jul 11, 2019 |
| 0.1.0 | Feb 7, 2019 |
#6 in #facility
39 downloads per month
Used in fscmp
11KB
199 lines
loggest provides a high performance logging facility for Rust's log crate.
Instead of writing logs to a file, loggest writes them to a pipe. The other end of the pipe is
opened by a daemon which is responsible for writing the logs (and possibly compressing them).
Multithreading
Each thread maintains its connection to the log daemon to avoid locking for each log line.
Loggest
A high performance logging facility for Rust's log crate.
Dependencies
~3MB
~60K SLoC