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]

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

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 && <5), 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
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 2017-09-06T15:00:17Z
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, 3669 indirect [details]
Downloads 145264 total (379 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-06 [all 1 reports]

Readme for monad-logger-0.3.25.1

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