hsyslog: FFI interface to syslog(3) from POSIX.1-2001
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.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
install-examples | Build and install example programs. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hsyslog-5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 3, 4, 5, 5.0.1, 5.0.2 (info) |
---|---|
Dependencies | base (>=4.6 && <5), bytestring, hsyslog [details] |
Tested with | ghc >7.6 && <8.1 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2004-2017 by Peter Simons |
Author | Peter Simons, John Lato, Jonathan Childress |
Maintainer | Peter Simons <simons@cryp.to> |
Category | Foreign |
Home page | http://github.com/peti/hsyslog |
Bug tracker | http://github.com/peti/hsyslog/issues |
Source repo | head: git clone git://github.com/peti/hsyslog.git |
Uploaded | by PeterSimons at 2017-05-12T18:15:13Z |
Distributions | Arch:5.0.2, Debian:5.0.2, LTSHaskell:5.0.2, NixOS:5.0.2, Stackage:5.0.2 |
Reverse Dependencies | 20 direct, 26 indirect [details] |
Executables | hsyslog-example |
Downloads | 30201 total (108 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |