Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 440 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 440 Bytes

hsyslog-udp

Syslog via UDP in Haskell, supporting message protocols like RFC 5424, RFC 3164, or any arbitrary protocol.

TODO (in priority order):

  • support for STRUCTURED-DATA
  • optional validation of string identifiers such as APP-NAME or MSGID
  • ensure resolveUdpAddress is actually a datagram socket.