package syslog-message

  1. Overview
  2. Docs
Syslog message parser

Install

Dune Dependency

Authors

Maintainers

Sources

syslog-message-1.1.0.tbz
sha256=6f14705026aced72a7f86548d3b0ab3ead9013f3726be77f36ca092ce86cc46f
sha512=086c80acfac751efb7dcc9d8dd078cc2c38812bfcb4a0e06ae6bf1a74189d36ec130b412738cb00d12cbdb5ffdb39f4afaa12c557ed043f2b538de628c292351

CHANGES.md.html

1.1.0 (2019-04-14)

  • additonal conversion and pretty printer functions (#23, by @vbmithr)

1.0.0 (2018-10-14)

  • Warning: encode function no longer truncates messages to 1024 bytes by default

  • split message part into tag and content (#20, by @hannesm)

  • use result types instead of option (#20, by @hannesm)

  • remove transport-dependent length check from encode (#20, by @hannesm)

  • switch build system to Dune (#19, by @dra27)

  • add encode_local for sending to local syslog (#17, by @dra27)

  • forgot to thank @hannesm, @Leonidas-from-XIV for past contributions

0.0.2 (2016-10-29)

  • simplify API: no set_hostname, hostname anymore #11

  • introduce Rfc3164_timestamp module #11

  • parse is now decode, to_string encode #11

  • pp_string is now to_string #11

  • provide pp : Format.formatter -> t -> unit

  • remove int_to_severity/severity_to_int/int_to_facility/facility_to_int #11

  • use topkg instead of oasis

  • cleanups #8 #9

0.0.1 (2016-03-24)

  • Initial release supporting RFC 3164