@dpc asked me to contribute the code I wrote for sloggers::syslog to use as a new version of the slog-syslog crate, so I've submitted that code in slog-rs/syslog#6. I also changed it to write log messages into a thread-local reusable buffer, so it should be faster than the current sloggers::syslog implementation.
This PR changes sloggers::syslog to use that new slog-syslog crate.
I'm marking this PR as a draft because slog-rs/syslog#6 has not yet been merged.
@dpc asked me to contribute the code I wrote for
sloggers::syslog
to use as a new version of theslog-syslog
crate, so I've submitted that code in slog-rs/syslog#6. I also changed it to write log messages into a thread-local reusable buffer, so it should be faster than the currentsloggers::syslog
implementation.This PR changes
sloggers::syslog
to use that newslog-syslog
crate.I'm marking this PR as a draft because slog-rs/syslog#6 has not yet been merged.