Path to this page:
Subject: CVS commit: wip/hs-hslogger
From: PHO / phonohawk
Date: 2009-07-27 06:23:31
Message id: E1MVHkY-0001a3-E1@ddv4jf1.ch3.sourceforge.com
Log Message:
Import hs-hslogger-1.0.7 as wip/hs-hslogger.
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.
hslogger 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.
Files: