Pure Clojure implementation of RFC 5424, syslog protocol and other syslog-related RFCs.
Here's the breakdown on the implementation of message formatting (section 6 of RFC 5424)
- Message length
- Header
- Structured data
- Message
- Examples (ideally all examples presented in section 6.5 should be present in the unit tests)
Sections 8 and 9 are still in works. Section 7 is implemented not according to standard and will be rewritten.
Copyright © 2015 Andrii V. Mishkovskyi
Distributed under the MIT license.