log-base: Structured logging solution (base package)

[ bsd3, library, system ] [ Propose Tags ]

A library that provides a way to record structured log messages. Use this package in conjunction with 'log-elasticsearch' or 'log-postgres', depending on which back end you need.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.7, 0.7.1, 0.7.1.1, 0.7.2.0, 0.7.3.0, 0.7.4.0, 0.8.0.0, 0.8.0.1, 0.9.0.0, 0.9.1.0, 0.9.1.1, 0.10.0.0, 0.10.0.1, 0.11.0.0, 0.11.1.0, 0.12.0.0, 0.12.0.1
Change log CHANGELOG.md
Dependencies aeson (>=0.11.0.0), aeson-pretty (>=0.8.2), base (>=4.8 && <5), bytestring, deepseq, exceptions (>=0.6), mmorph (>=1.0.9 && <1.2), monad-control (>=0.3 && <1.0.3), monad-time (>=0.2), mtl, semigroups, stm (>=2.4), text, time (>=1.5), transformers-base, unliftio-core (>=0.1.2.0 && <0.2), unordered-containers [details]
License BSD-3-Clause
Copyright Scrive AB
Author Scrive AB
Maintainer Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>, Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 2 made by phadej at 2021-07-28T09:22:36Z
Category System
Home page https://github.com/scrive/log
Source repo head: git clone https://github.com/scrive/log.git
Uploaded by MikhailGlushenkov at 2019-04-09T16:25:20Z
Distributions LTSHaskell:0.12.0.1, NixOS:0.12.0.1, Stackage:0.12.0.1
Reverse Dependencies 7 direct, 1 indirect [details]
Downloads 9312 total (81 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-09 [all 1 reports]

Readme for log-base-0.8.0.0

[back to package description]

log-base Hackage version Build Status

Base package for the log library suite. Includes only the standard output back end. Use this package in conjunction with log-elasticsearch or log-postgres, depending on which back end you need.