BSD-3-Clause licensed by John Goerzen
Maintained by John Goerzen
This version can be pinned in stack with:hslogger-1.2.10@sha256:a088a4bdc676704cba0b2509cc8d5372790bcb477dbfb9dcb18ab788d3e67013,2279

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.