Geal / rust-syslog

Send syslog messages from Rust
MIT License
109 stars 55 forks source link

Is there a way to use this crate from log4rs? #78

Open kwinz opened 10 months ago

kwinz commented 10 months ago

Is there a way to use this crate from log4rs?

Someone implemented syslog network functionality for log4rs 8 years ago, but it didn't get merged seemingly because this crate here exists.

And there is log4rs-syslog, but that's not a full implementation, just a thin wrapper around libc's syslog() function.

Is the syslog network functionality from this crate exposed in a way that can be used from log4rs?