lager: Concurrent logging

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

Modules

[Index] [Quick Jump]

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-27T02:41:36Z
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 available [build log]
Last success reported on 2026-03-27 [all 1 reports]

Readme for lager-0.1.0.1

[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