fluent-logger: A structured logger for Fluentd (Haskell)

[ apache, library, network ] [ Propose Tags ]

A structured logger for Fluentd (Haskell) http://fluentd.org/


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.3.1
Dependencies base (>=4 && <5), bytestring, cereal, containers, messagepack (>=0.2.0), network (>=2.3.0.13 && <2.7), network-socket-options (>=0.1 && <0.3), random, stm (>=2.3), text, time, vector [details]
License Apache-2.0
Copyright Copyright (c) 2012, Noriyuki OHKAWA
Author Noriyuki OHKAWA <n.ohkawa@gmail.com>
Maintainer Noriyuki OHKAWA <n.ohkawa@gmail.com>
Category Network
Source repo head: git clone https://github.com/notogawa/fluent-logger-haskell.git
Uploaded by NoriyukiOhkawa at 2015-06-27T14:45:58Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5789 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-27 [all 1 reports]

Readme for fluent-logger-0.2.3.1

[back to package description]

Fluent logger for Haskell

A structured event loger

fluent-logger-haskell is a Haskell libraries, to record the events from Haskell application.

Build Status

Install

$ cabal update
$ cabal install fluent-logger