little-logger: Basic logging based on co-log

[ bsd3, library, logging ] [ Propose Tags ]

Modules

[Last Documentation]

  • LittleLogger

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 1.0.0, 1.0.1, 1.0.2
Dependencies base (>=4.12 && <5), co-log (>=0.4), co-log-core (>=0.2), microlens (>=0.4), mtl (>=2.2), text (>=1.2) [details]
License BSD-3-Clause
Copyright (c) 2020 Eric Conlon
Author Eric Conlon
Maintainer ejconlon@gmail.com
Category Logging
Home page https://github.com/ejconlon/little-logger#readme
Bug tracker https://github.com/ejconlon/little-logger/issues
Source repo head: git clone https://github.com/ejconlon/little-logger
Uploaded by ejconlon at 2020-05-08T01:52:49Z
Distributions LTSHaskell:1.0.2, NixOS:1.0.2
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 1038 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-05-08 [all 3 reports]

Readme for little-logger-0.1.0

[back to package description]

little-logger

CircleCI

Basic logging based on co-log. The difference is that our log action runs in IO, and we expect to use it in any IO-lifting monad.