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

[ library, mit, system ] [ Propose Tags ] [ Report a vulnerability ]

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/monad-logger.


[Skip to Readme]

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, 0.3.41, 0.3.42
Change logChangeLog.md
Dependenciesbase (>=4 && <4.9), blaze-builder, bytestring, conduit (>=1.0 && <1.3), conduit-extra (>=1.0 && <1.3), exceptions, fast-logger (>=2.0 && <2.3), lifted-base, monad-control, monad-loops, mtl, resourcet (>=0.4 && <1.2), stm, stm-chans, template-haskell, text, transformers, transformers-base, transformers-compat (>=0.3) [details]
LicenseMIT
AuthorMichael Snoyman
Maintainermichael@snoyman.com
RevisedRevision 1 made by HerbertValerioRiedel at 2018-10-20T22:04:32Z
CategorySystem
Home pagehttps://github.com/kazu-yamamoto/logger
Source repohead: git clone https://github.com/kazu-yamamoto/logger.git
Uploadedby MichaelSnoyman at 2015-02-24T14:21:25Z
DistributionsArch:0.3.41, Debian:0.3.34, Fedora:0.3.40, FreeBSD:0.3.13.2, LTSHaskell:0.3.42, NixOS:0.3.40, Stackage:0.3.42, openSUSE:0.3.42
Reverse Dependencies237 direct, 3797 indirect [details]
Downloads150749 total (59 in the last 30 days)
Rating(no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
StatusDocs uploaded by user
Build status unknown [no reports yet]

Readme for monad-logger-0.3.13

[back to package description]

monad-logger

A monad transformer approach for logging.

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

close