|
Subject: ANN: hslogger 1.0.0 Newsgroups: gmane.comp.lang.haskell.general Date: 2006-12-08 10:17:09 GMT (2 years, 30 weeks, 1 hour and 8 minutes ago)
hslogger 1.0.0 has been released.
hslogger is a logging framework for Haskell. Here are some of its
features:
* 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
hslogger was previously a part of the MissingH library. The code in this
release is unchanged from its state in MissingH, other than the
changes necessary to make it a standalone package.
You can find the hslogger homepage, which features a wiki, downloads,
API reference, darcs repository viewer, and bug tracker, at:
http://software.complete.org/hslogger
|
|
|