hlogger: Simple, concurrent, extendable and easy-to-use logging library

[ bsd3, concurrency, deprecated, library, logging ] [ Propose Tags ]
Deprecated

This is a work in progress for a logging framework that aims to be simple, concurrent, extendable and easy-to-use.


[Skip to Readme]

Modules

[Last Documentation]

  • System
    • Log
      • System.Log.HLogger
      • System.Log.SimpleHLogger

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.2.0, 0.0.3.0
Dependencies base (>=2 && <5), 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.3.0
Uploaded by JonKristensen at 2011-04-12T16:34:32Z
Distributions
Reverse Dependencies 2 direct, 4 indirect [details]
Downloads 1915 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-19 [all 8 reports]

Readme for hlogger-0.0.3.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.

We have just released HLogger 0.1 Alpha 3 with support for custom logging
behaviors. See the documentation for information on how to use HLogger, and how
to write your own HLogger extension.

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

Please note that we are not 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 will release the next version, 0.1 Alpha 3, on the 4th of May.