@hackage log-warper1.8.3
Flexible, configurable, monadic and pretty logging
Installation
Tested Compilers
Dependencies (22)
- aeson >=0.11.2.1
- ansi-terminal >=0.6.2.3
- base >=4.7 && <5
- containers >=0.5.7.1
- deepseq >=1.2.0.0
- directory >=1.2.6.2 Show all…
Dependents (4)
@hackage/serokell-util, @hackage/importify, @hackage/time-warp, @hackage/orgstat
log-warper
Auxilary logging library, which is wrapper over hslogger but allows to keep logger name into monadic context, making logging less boilerplate.
Key features:
- Output is colored ⭐
- Supports logging initialization from
.yamlconfiguration file - Has wrapper for pure logging via
WriterT - Supports log rotation
- Flexibles and easy setting up of loggers (using monoidal builders and lenses)
- Ability to acquire last
Nmegabytes of logs from in-memory cache
Contributing
This project uses
universumas default prelude