MIT licensed and maintained by Jason Shipman
This version can be pinned in stack with:logging-effect-extra-2.0.0@sha256:ab5c31fbb0b6426b16bd6b58bdcf79de9dbf6b47b140202c76d51e6982579cce,1531

Module documentation for 2.0.0

logging-effect-extra

Synopsis

logging-effect-extra supplements logging-effect with the following re-exported packages:

  • logging-effect-extra-file - Convenient TH splices for adding file info to log messages
  • logging-effect-extra-handler - Handy logging handler combinators

logging-effect-extra is a “batteries-included” package. Each of the packages above can be used independently or in any combination without depending on logging-effect-extra. For example, if Template Haskell is not acceptable for a project, users can depend on the other logging-effect-extra-* packages excluding logging-effect-extra-file.

This package has no clashing identifiers with logging-effect and it re-exports the entirety of logging-effect, so users have full access to everything in logging-effect and logging-effect-extra via the following single import:

import Control.Monad.Log.Extra

Changes

Change log

2.0.0

  • Bump upper bounds on base to 4.12 and logging-effect to 1.4
  • Replace wl-pprint-text with prettyprinter 1.2.*

1.2.2

  • Bumped min version of logging-effect-extra-handler to 1.1.2 (to include its relaxed upper bound on time)

1.2.1

  • Bumped min version of logging-effect-extra-handler to 1.1.1 (to include zero-padded, fixed width update to iso8601PlusHandler)

1.2.0

  • Bumped min version of logging-effect-extra-handler to 1.1.0 (this deprecates dispatchHandler)
  • Updated log-extra example program to use routeHandler instead of dispatchHandler

1.1.1

  • Update README to mention logging-effect-extra-handler

1.1.0

  • Add logging-effect-extra-handler dependency
  • Bump min version of logging-effect-extra-file to 1.1.0
  • Update log-extra example to use logInfoTH instead of deprecated logInformationalTH splice

1.0.0

  • Initial release