[Haskell] ANN: hslogger
John Goerzen
jgoerzen at complete.org
Wed Dec 6 17:04:39 EST 2006
Hi,
I'm pleased to announce the release of hslogger, a logging framework
for Haskell. hslogger's features include:
* Each log message has a priority and a source associated with it
* Multiple log writers can be on the system
* Configurable global actions based on priority and source
* Extensible log writers (handlers)
* Default handlers that write to the console, file handles, or
* syslog
* Easy to use operation
You can find hslogger online at:
http://software.complete.org/hslogger
hslogger is the first package to be split off from the MissingH source
tree.
-- John
More information about the Haskell
mailing list