HLogger: Simple, concurrent and easy-to-use logging library

[ bsd3, concurrency, deprecated, library, logging, program ] [ Propose Tags ]
Deprecated in favor of hlogger

This is a work in progress for a logging framework that aims to be simple, concurrent and easy-to-use. We are thinking about using monads and allow for multiple logging implementations.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0
Dependencies base (>=2 && <4), old-locale, time [details]
License BSD-3-Clause
Copyright Copyright © 2011, Jon Kristensen
Author Jon Kristensen, Mahdi Abdinejadi
Maintainer jon.kristensen@pontarius.org
Category Logging, Concurrency
Home page http://www.pontarius.org/sub-projects/hlogger/
Bug tracker mailto:info@pontarius.org
Source repo head: darcs get https://patch-tag.com/r/jonkri/HLogger
this: darcs get https://patch-tag.com/r/jonkri/HLogger --tag 0.0.1.0
Uploaded by JonKristensen at 2011-03-02T16:50:49Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables logger-0.0.1.0-test
Downloads 1424 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HLogger-0.0.1.0

[back to package description]
HLogger is a simple and concurrent logging utility for Haskell under the
development by the Pontarius project. The goal is to provide a name and facility
for a set of logging functionalities that many Haskell developers re-invent and
maintain their own implementations of. We are not entirely sure yet what the
scope of this library will be, but we will continue to evolve it in parallel
with the development of Pontarius and HXMPP, utilizing it in those two projects.
One specific feature that we are looking into is a plug-in system for customized
logger behaviors.

See <http://hackage.haskell.org/package/HLogger/> for more information.

Please note that we are <em>not</em> recommending anyone to use HLogger at this
time as it's still in an experimental stage and will have its API and data types
modified frequently. We have scheduled the first beta release for the 4th of
May. That being said, if you are interested to use HLogger anyway, feel free to
do so and to contact the Pontarius project if you need any assistance.

We will release the next version, 0.1 Alpha 2, on the 23rd of March.