monad-logger

A class of monads which can log messages.

https://github.com/kazu-yamamoto/logger

Version on this page:0.3.13.1@rev:1
LTS Haskell 22.17:0.3.40
Stackage Nightly 2024-04-19:0.3.40
Latest on Hackage:0.3.40

See all snapshots monad-logger appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:monad-logger-0.3.13.1@sha256:ec3d04b79ef7c5354a348b3066e85d2e9e0019031b39939a8a8d9c3c15da2a51,1855

Module documentation for 0.3.13.1

monad-logger

A monad transformer approach for logging.

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

Changes

0.3.13.1

  • Allow fast-logger 2.3

0.3.13

  • Re-export LogStr from fast-logger #56
  • Added filterLogger

0.3.12

  • Use transformers-compat to provide universal ExceptT support #53

0.3.11.1

Add support for monad-control 1.0 #52

0.3.11

Add missing MonadState and MonadWriter instances for NoLoggingT #51

0.3.10.1

Remove unnecessary extra newline in log messages.

0.3.10

Introduce the MonadLoggerIO typeclass.

0.3.9

Add missing MonadError NoLoggingT instance #49

0.3.8

Simplify constraint on MonadLogger (NoLoggingT m) from MonadIO m to Monad m Github issue #48.