mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
6dbd2cfd68
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
470 B
Text
12 lines
470 B
Text
Versatile logging framework.
|
|
|
|
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.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|