README 470 B

12345678910111213
  1. Versatile logging framework.
  2. hslogger is a logging framework for Haskell, roughly similar to
  3. Python's logging module.
  4. hslogger lets each log message have a priority and source be
  5. associated with it. The programmer can then define global handlers
  6. that route or filter messages based on the priority and
  7. source. hslogger also has a syslog handler built in.
  8. After uninstalling, run this command to unregister the package from
  9. the ghc package database: ghc-pkg recache