Syslog via UDP in Haskell, supporting message protocols like RFC 5424, RFC 3164, or any arbitrary protocol.
- support for
STRUCTURED-DATA
- optional validation of string identifiers such as
APP-NAME
orMSGID
- ensure
resolveUdpAddress
is actually a datagram socket.