logger: Fast & extensible logging framework

[ apache, library, system ] [ Propose Tags ]

Logging is a fast and extensible Haskell logging framework.

Logging allows you to log any kind of messages in both IO as well as pure code, depending on the informations you want to log.

The framework bases on the idea of logger transformer stack defining the way it works. You can build your own stack to highly tailor the behaviour to your needs, starting with such simple things, like logging messages to a list, ending on logging compile-time, priority-filtered messages from different threads and gathering them in other logger thread.

For detailed documentation and examples look at the 'System.Log' module.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies ansi-wl-pprint (>=0.6 && <0.7), base (>=4.7 && <4.8), containers (>=0.5 && <0.6), lens (>=4.6 && <4.7), mtl (>=2.2 && <2.3), template-haskell (>=2.9 && <2.10), time (>=1.5 && <1.6), transformers (>=0.4 && <0.5), unagi-chan (>=0.3 && <0.4) [details]
License Apache-2.0
Copyright Copyright (C) 2015 Wojciech Danilo
Author Wojciech Danilo
Maintainer Wojciech Danilo <wojciech.danilo@gmail.com>
Category System
Home page https://github.com/wdanilo/haskell-logger
Bug tracker https://github.com/wdanilo/haskell-logger/issues
Source repo head: git clone git://github.com/wdanilo/haskell-logger.git
Uploaded by danilo2 at 2015-01-16T01:36:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2065 total (10 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-01-16 [all 1 reports]

Readme for logger-0.1.0.0

[back to package description]

haskell-logging

Fast & extensible logging framework for Haskell!