lager: Concurrent logging

[ concurrency, library, logger, logging, mit, stm ] [ Propose Tags ] [ Report a vulnerability ]

Modules

[Last Documentation]

  • Lager

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 1.0.0.0
Change log CHANGELOG.md
Dependencies async, base (<5), prettyprinter, prettyprinter-ansi-terminal, stm, text [details]
License MIT
Copyright David Cox
Author dopamane
Maintainer dwc1295@gmail.com
Uploaded by dopamane at 2026-03-27T06:09:25Z
Category concurrency, logging, stm
Source repo head: git clone https://github.com/dopamane/lager
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs pending
Build status unknown [no reports yet]

Readme for lager-1.0.0.0

[back to package description]

Concurrent Lager 🍺

import Lager

main =
  withLager "APP" [defConsole] $ \l -> do
    logDebug   l "Cheers! 🍻"
    logWarning l "Warning!"

Build & Docs

cabal build
cabal haddock