arbor-monad-logger: Simple logging library

[ library, logging, mit, program ] [ Propose Tags ]

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.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3
Change log ChangeLog.md
Dependencies arbor-monad-logger, base (>=4 && <5), bytestring (>=0.10.0.0 && <0.11), fast-logger (>=2.4.11 && <2.5), monad-logger (>=0.3.28.5 && <0.4), mtl (>=2.2 && <2.3), optparse-applicative (>=0.14 && <0.16), text (>=1.2.3.0 && <1.3) [details]
License MIT
Copyright 2018-2019 Arbor Networks
Author Arbor Networks
Maintainer mayhem@arbor.net
Revised Revision 1 made by arbornetworks at 2019-09-23T05:33:55Z
Category Logging
Home page https://github.com/packetloop/arbor-monad-logger#readme
Bug tracker https://github.com/packetloop/arbor-monad-logger/issues
Source repo head: git clone https://github.com/packetloop/arbor-monad-logger
Uploaded by arbornetworks at 2019-03-26T00:49:40Z
Distributions
Executables arbor-monad-logger-example
Downloads 2159 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-26 [all 1 reports]

Readme for arbor-monad-logger-0.1.1.1

[back to package description]

arbor-monad-logger

Logging library that simplifies setting up an application to work with monad-logger API library using fast-logger as the underlying logger.

It also provides a useful non-overloaded API for logging against Control.Monad.Logger.MonadLogger.

See the example app in the app directory for more information.

The example app can be run with cabal new-run arbor-monad-logger-example