lumberjack: Trek through your code forest and make logs
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 itself 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 contravariant functors to adjust existing logging.
Main code will typically retrieve the logging actions from a Reader context in your monad stack. That said, Log actions are not tied to an enclosing Monad. There are helpers to support a Monad which can store Log actions, but Log actions can also be explicitly passed and used.
The prettyprinter package is used for formatting.
Downloads
- lumberjack-1.0.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 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.21), contravariant (>=1.5 && <1.6), exceptions, lumberjack, mtl, prettyprinter (>=1.6 && <1.8), prettyprinter-ansi-terminal (>=1.1.1.2 && <1.2), text, time [details] |
License | ISC |
Copyright | 2020-2022, Galois Inc. |
Author | Kevin Quick |
Maintainer | kquick@galois.com |
Revised | Revision 2 made by ryanglscott at 2024-09-17T16:11:31Z |
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 ryanglscott at 2023-07-28T17:14:18Z |
Distributions | Arch:1.0.3.0, LTSHaskell:1.0.3.0, NixOS:1.0.3.0, Stackage:1.0.3.0 |
Reverse Dependencies | 1 direct, 2 indirect [details] |
Executables | example_log |
Downloads | 3135 total (63 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-07-28 [all 1 reports] |