k-bx / hsyslog-udp

Haskell library to log to syslog over a network via UDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Haskell library to log to syslog over a network via UDP

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%