@hackage hslogger1.3.2.0
Versatile logging framework
Installation
Tested Compilers
Dependencies (8)
- base >=4.9 && <5
- bytestring >=0.10.8.1 && <0.13
- containers >=0.5.7.1 && <1
- deepseq >=1.4.2.0 && <1.6
- network >=3.0 && <3.3
- network-bsd >=2.8.1 && <2.9 Show all…
Dependents (204)
@hackage/hermes, @hackage/orion-hs, @hackage/hls-hlint-plugin, @hackage/MissingH, @hackage/haskell-lsp, @hackage/lambdacube-bullet, Show all…
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.