log-base

Structured logging solution (base package)

https://github.com/scrive/log

Version on this page:0.7.1.1
LTS Haskell 22.14:0.12.0.1
Stackage Nightly 2024-03-28:0.12.0.1
Latest on Hackage:0.12.0.1

See all snapshots log-base appears in

BSD-3-Clause licensed by Scrive AB
This version can be pinned in stack with:log-base-0.7.1.1@sha256:d4364dc97e40a6b4f98081831d713d0f5bad1a48f0d55ca18d0a46d3b2f9e5c2,2695

Module documentation for 0.7.1.1

log-base Hackage version Build Status

Base package for the log library. 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. Use the log library if you need all back ends.

Changes

log-base-0.7.2 (2017-06-19)

  • mkBulkLogger now uses a bounded queue to interact with the logger thread.

log-base-0.7.1 (2017-03-16)

  • Added a few MTL class instances (#28).

log-base-0.7 (2016-11-25)

  • Initial release (split from the log package).
  • Improved documentation (#22).
  • Implement ‘toEncoding’ directly in ‘ToJSON’ instances (#21).