df1: Type, render and parse the df1 hierarchical structured log format

[ bsd3, library, logging ] [ Propose Tags ]

Type, render and parse logs in df1 format, a hierarchical structured log format that is easy for humans and fast for computers.


[Skip to Readme]

Modules

[Last Documentation]

  • Df1

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.4.2
Change log CHANGELOG.md
Dependencies attoparsec, base (>=4.9 && <5.0), bytestring, containers, text, time [details]
License BSD-3-Clause
Copyright Renzo Carbonara 2018
Author Renzo Carbonara
Maintainer renλren.zone
Category Logging
Home page https://github.com/k0001/di
Bug tracker https://github.com/k0001/di/issues
Uploaded by RenzoCarbonara at 2018-05-07T00:07:43Z
Distributions LTSHaskell:0.4.2, NixOS:0.4.2, Stackage:0.4.2
Reverse Dependencies 7 direct, 4 indirect [details]
Downloads 3915 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-05-07 [all 2 reports]

Readme for df1-0.1

[back to package description]

df1

Hierarchical structured logging format. Easy for humans, fast for computers.

This library provides types, parsers and renderers for df1.

Consider this a preview release: The API is likely to stay stable, but extensive testing, formalization and tooling is due.

Build Status

See the BSD3 LICENSE file to learn about the legal terms and conditions for this library.