monad-logger: A class of monads which can log messages.

[ library, mit, system ] [ Propose Tags ]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
template_haskell

Enable Template Haskell support

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.2.0.1, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.4, 0.3.0, 0.3.0.1, 0.3.1, 0.3.1.1, 0.3.2.0, 0.3.3.0, 0.3.3.1, 0.3.3.2, 0.3.4.0, 0.3.4.1, 0.3.5, 0.3.5.1, 0.3.6, 0.3.6.1, 0.3.7, 0.3.7.1, 0.3.7.2, 0.3.8, 0.3.9, 0.3.10, 0.3.10.1, 0.3.11, 0.3.11.1, 0.3.12, 0.3.13, 0.3.13.1, 0.3.13.2, 0.3.14, 0.3.15, 0.3.16, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.20.1, 0.3.20.2, 0.3.21, 0.3.22, 0.3.23, 0.3.24, 0.3.25, 0.3.25.1, 0.3.26, 0.3.28, 0.3.28.1, 0.3.28.2, 0.3.28.3, 0.3.28.4, 0.3.28.5, 0.3.29, 0.3.30, 0.3.31, 0.3.32, 0.3.33, 0.3.34, 0.3.35, 0.3.36, 0.3.37, 0.3.38, 0.3.39, 0.3.40
Change log ChangeLog.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10.2), conduit (>=1.0 && <1.4), conduit-extra (>=1.1 && <1.4), exceptions (>=0.6 && <0.11), fast-logger (>=2.1 && <2.5), lifted-base, monad-control (>=1.0), monad-loops, mtl, resourcet (>=1.1 && <1.3), stm, stm-chans, template-haskell, text, transformers (<0.6), transformers-base, transformers-compat (>=0.3), unliftio-core (<0.2) [details]
License MIT
Author Michael Snoyman
Maintainer michael@snoyman.com
Revised Revision 2 made by sjakobi at 2022-10-07T11:31:44Z
Category System
Home page https://github.com/snoyberg/monad-logger#readme
Bug tracker https://github.com/snoyberg/monad-logger/issues
Source repo head: git clone https://github.com/snoyberg/monad-logger
Uploaded by MichaelSnoyman at 2018-04-12T06:24:18Z
Distributions Arch:0.3.40, Debian:0.3.34, Fedora:0.3.40, FreeBSD:0.3.13.2, LTSHaskell:0.3.40, NixOS:0.3.40, Stackage:0.3.40, openSUSE:0.3.40
Reverse Dependencies 225 direct, 3666 indirect [details]
Downloads 145020 total (423 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-13 [all 1 reports]

Readme for monad-logger-0.3.28.4

[back to package description]

monad-logger

Build Status Build status

A monad transformer approach for logging.

This package provides Template Haskell functions for determining source code locations of messages.