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

[ library, mit, system ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Monad
      • Control.Monad.Logger

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 && <4.9), blaze-builder, bytestring, conduit (>=1.0 && <1.3), conduit-extra (>=1.0 && <1.3), exceptions, fast-logger (>=2.0 && <2.5), 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]
License MIT
Author Michael Snoyman
Maintainer michael@snoyman.com
Revised Revision 1 made by HerbertValerioRiedel at 2018-10-20T22:04:33Z
Category System
Home page https://github.com/kazu-yamamoto/logger
Source repo head: git clone https://github.com/kazu-yamamoto/logger.git
Uploaded by MichaelSnoyman at 2016-01-12T11:18:28Z
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 145007 total (419 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-28 [all 2 reports]

Readme for monad-logger-0.3.17

[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.