@hackage hslogger1.2.10
Versatile logging framework
Installation
Dependencies (9)
- base >=4 && <5
- containers <0.6
- directory <1.4
- mtl <2.3
- network <2.9
- old-locale <1.1 Show all…
Dependents (204)
@hackage/hermes, @hackage/orion-hs, @hackage/hls-hlint-plugin, @hackage/MissingH, @hackage/haskell-lsp, @hackage/lambdacube-bullet, Show all…
Package Flags
small_base
(on by default)
choose the new smaller, split-up base package.
buildtests
(off by default)
Build the executable to run unit tests
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.