The hslogger package
hslogger is a logging framework for Haskell, roughly similar to Python's logging module.
hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.
Properties
| Versions | 1.0.2, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.0, 1.2.1 |
|---|---|
| Dependencies | base (<3), mtl, network (<2.5), time or base (4.*), containers, directory, mtl, network (<2.5), old-locale, process, time |
| License | BSD3 |
| Copyright | Copyright (c) 2004-2012 John Goerzen |
| Author | John Goerzen |
| Maintainer | John Goerzen <jgoerzen@complete.org> |
| Stability | Stable |
| Category | Interfaces |
| Home page | http://software.complete.org/hslogger |
| Executables | runtests |
| Upload date | Sat Sep 22 02:56:10 UTC 2012 |
| Uploaded by | JohnGoerzen |
| Built on | ghc-7.6 |
| Distributions | Fedora: 1.1.5, NixOS: 1.2.1, Debian: 1.2.1, FreeBSD: 1.2.1 |
Modules
Downloads
- hslogger-1.2.1.tar.gz (Cabal source package)
- package description (included in the package)