08e89a2935
Python's logging module, and 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. WWW: http://software.complete.org/hslogger PR: ports/142484 Submitted by: Jacula Modyun <jacula(at)gmail.com>
9 lines
374 B
Text
9 lines
374 B
Text
Package hslogger is a logging framework for Haskell, roughly similar to
|
|
Python's logging module, and 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.
|
|
|
|
WWW: http://software.complete.org/hslogger
|