BSD-3-Clause licensed by John Goerzen
Maintained by John Goerzen
This version can be pinned in stack with:hslogger-1.2.8@sha256:35d1da8e7d04f1a86829e51a29a9e0526c2d1c8e3adfbab5c5181ebf743b2f3f,2092

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.