/syslog

Clojure library implementing RFC 5424

Primary LanguageClojureMIT LicenseMIT

me.mishok13/syslog

Build Status Dependencies Status License

Pure Clojure implementation of RFC 5424, syslog protocol and other syslog-related RFCs.

Status

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.

License

Copyright © 2015 Andrii V. Mishkovskyi

Distributed under the MIT license.