lumberjack: Trek through your code forest and make logs
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This is a logging facility. Yes, there are many, and this is the one with a beard, wearing flannel and boots, that gets the job done. It's not the fanciest, it doesn't have a cargo-van full of features. This logger is designed to be straightforward to use, provide a good set of standard features, and be useable across a broad set of code.
Logging is a monadic activity. This activity is most often performed in a monad stack with a MonadIO context to allow writing to files.
The specific logging action implementations are managed separately from the actions of logging messages in the target code. This allows logging to be configurable and the manner of logging to be specified at startup time without requiring changes in the code from which log messages are being generated.
The logging implementation code can use cofunctors to adjust existing logging.
Main code will typically retrieve the logging actions from a Reader context in your monad stack.
The prettyprinter package is used for formatting.
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.2, 0.1.0.3, 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.0.2.0, 1.0.3.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.11 && <4.16), contravariant (>=1.5 && <1.6), exceptions (>=0.10.4 && <0.11), lumberjack, mtl (>=2.2.2 && <2.3), prettyprinter (>=1.6 && <1.7), prettyprinter-ansi-terminal (>=1.1.1.2 && <1.2), text (>=1.2.3.1 && <1.3), time (>=1.8 && <1.10) [details] |
License | ISC |
Copyright | 2020, Galois Inc. |
Author | Kevin Quick |
Maintainer | kquick@galois.com |
Category | Logging |
Home page | https://github.com/GaloisInc/lumberjack |
Bug tracker | https://github.com/GaloisInc/lumberjack/issues |
Source repo | head: git clone https://github.com/GaloisInc/lumberjack.git |
Uploaded | by KevinQuick at 2020-05-22T06:27:44Z |
Modules
[Index] [Quick Jump]
Downloads
- lumberjack-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees