Geal / rust-syslog

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

Simplified `syslog::unix()` by using `UnixDatagram::connect()` (fixes #1) #5

Closed tailhook closed 9 years ago

tailhook commented 9 years ago

The only thing I'm not sure of, is whether next connect() after error works for all platforms. I've tested only on linux.

tailhook commented 9 years ago

@Geal did you have a chance to look at this PR? Anything wrong with it?

Geal commented 9 years ago

It looks good, just let me find the time to test it. I was stuck with client work these past days, I might be able to look at it on Wednesday (or whenever I get bored of JS and do some Rust for distraction).

tailhook commented 9 years ago

@Geal, did you have a chance to test the pull request?

Geal commented 9 years ago

It's all good, thanks!