@hackage hslogger1.3.0.0
Versatile logging framework
Installation
Tested Compilers
Dependencies (8)
- base >=4.3 && <4.14
- bytestring >=0.9 && <0.11
- containers >=0.4 && <0.7
- network >=3.0 && <3.1
- network-bsd >=2.8.1 && <2.9
- old-locale >=1.0 && <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
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.