logging-effect-extra: Supplemental packages for `logging-effect`.

[ deprecated, library, mit, other, program ] [ Propose Tags ]
Deprecated

Supplemental packages for `logging-effect`.


[Skip to Readme]

Modules

[Index]

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] 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.2.2, 2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <4.11), logging-effect (>=1.1.0 && <1.3), logging-effect-extra, logging-effect-extra-file (>=1.0.0 && <1.1.0), wl-pprint-text (>=1.1.0.4 && <1.2) [details]
License MIT
Author
Maintainer Jason Shipman
Revised Revision 1 made by jship at 2017-11-05T02:54:21Z
Category Other
Home page https://github.com/jship/logging-effect-extra#readme
Bug tracker https://github.com/jship/logging-effect-extra/issues
Source repo head: git clone https://github.com/jship/logging-effect-extra
Uploaded by jship at 2017-11-05T02:52:38Z
Distributions
Executables log-extra
Downloads 4106 total (25 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-11-05 [all 1 reports]

Readme for logging-effect-extra-1.0.0

[back to package description]

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