hsyslog

FFI interface to syslog(3) from POSIX.1-2001

http://github.com/peti/hsyslog

Version on this page:5.0.2
LTS Haskell 22.14:5.0.2@rev:1
Stackage Nightly 2024-03-28:5.0.2@rev:1
Latest on Hackage:5.0.2@rev:1

See all snapshots hsyslog appears in

BSD-3-Clause licensed by Peter Simons, John Lato, Jonathan Childress
Maintained by Peter Simons
This version can be pinned in stack with:hsyslog-5.0.2@sha256:fc94860c330ca3362eea604fc830a48571204c3a849f206964d8eb9bac357e17,2409
Depends on 1 package(full list with versions):

A Haskell interface to syslog(3) as specified in POSIX.1-2008. The entire public API lives in System.Posix.Syslog. There is a set of exposed modules available underneath that one, which contain various implementation details that may be useful to other developers who want to implement syslog-related functionality. Users of syslog, however, do not need them.

An example program that demonstrates how to use this library is available in the examples directory of this package.