6 Dec
2006
6 Dec
'06
10:04 p.m.
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