I'm trying, with logback, to send logging messages in a remote syslog, using TCP, and conforming to RFC 5424.
As far as I understand, logback default's syslog appender only handles UDP. So far I've found a logback-syslog4j library on github which handles TCP. But it doesn't seem configurable enough to send RFC 5424 compliant messages.
Is there a configuration / a library I overlooked, or should I code my own implementation?