@hackage log-warper1.8.5
Flexible, configurable, monadic and pretty logging
Installation
Tested Compilers
Dependencies (22)
- aeson ^>=1.2
- ansi-terminal ^>=0.7
- base >=4.9 && <5
- containers ^>=0.5.7.1
- deepseq ^>=1.4
- directory ^>=1.3 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
StateT - 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