logger: Fast & extensible logging framework

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log None available
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:26:01Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for logger-0.1.0.0

[back to package description]

haskell-logging

Fast & extensible logging framework for Haskell!