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]

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 2016
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 2023-09-06T12:13:20Z
Distributions LTSHaskell:0.4.2, NixOS:0.4.2, Stackage:0.4.2
Reverse Dependencies 7 direct, 4 indirect [details]
Downloads 3894 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-09-06 [all 1 reports]

Readme for df1-0.4.2

[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.