[Haskell] ANN: hslogger 1.0.0

John Goerzen jgoerzen at complete.org
Fri Dec 8 05:17:09 EST 2006


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


More information about the Haskell mailing list