Syslog over TLS support added

Dear All, I implemented the TLSSyslogAppender, which is capable of sending syslog messages over TLS. It supports the old legacy BSD and the new RFC 5424 syslog format, too. I haven't written tha javadoc yet, because I'm waiting for feedback from you. I would appreciate it if it would become a part of logback. You can find the git repository here: https://github.com/balabit/logback/tree/tls-syslog-appender Yours faithfully, Tibor

Your appender seems like a good candidate for logback-extensions [1]. Feel free to submit a pull request there. [1] https://github.com/qos-ch/logback-extensions Thanks, Tony On Fri, Aug 2, 2013 at 9:59 AM, Tibor Benke <btibi@balabit.hu> wrote:
Dear All,
I implemented the TLSSyslogAppender, which is capable of sending syslog messages over TLS. It supports the old legacy BSD and the new RFC 5424 syslog format, too. I haven't written tha javadoc yet, because I'm waiting for feedback from you. I would appreciate it if it would become a part of logback. You can find the git repository here:
https://github.com/balabit/logback/tree/tls-syslog-appender
Yours faithfully, Tibor
_______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev
participants (2)
-
Tibor Benke
-
Tony Trinh