ghc-hslogger 1.2.12 Logging framework for Haskell, 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. It also has a syslog handler built in.