pkgsrc-wip/hs-hslogger/DESCR
PHO / phonohawk 0486e377fd Import hs-hslogger-1.0.7 as wip/hs-hslogger.
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.
2009-07-27 04:23:31 +00:00

7 lines
327 B
Text

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.