@hackage hslogger1.3.1.2
Versatile logging framework
Installation
Tested Compilers
Dependencies (9)
- 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 >=2.6.3.1 && <2.9
- 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…
Package Flags
network--gt-3_0_0
(on by default)
network ≥ 3.0.0
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.