package mirage-logs

  1. Overview
  2. Docs
A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-logs-v1.2.0.tbz
sha256=411d00b52c1826059d530655a4705360225cf8766745a62595c700dfe5af0a40
sha512=04e7f08c7dd1b9049ffb38618e51620bd87d36ca93ecb11bb677983b9483790e2fc2fe5bd3184997fff4964aa4d089d8714777300013dc92cde8530bfeb4eb07

CHANGES.md.html

v1.2.0 (2019-11-01)

  • Adapt to mirage-clock 3.0.0 interface changes (#17 @hannesm)

v1.1.0 (2019-07-12)

  • Emit log with a header value if present (#14 @talex5)

v1.0.0 (2019-04-14)

  • Port to dune (#13 @TheLortex @avsm)

  • Upgrade opam metadata to 2.0 format (#13 @TheLortex @avsm)

  • Test on OCaml 4.07 so that 4.04-4.07 is the supported matrix (@avsm).

0.3.0 (2017-01-19)

  • Build against MirageOS 3, and drop support for earlier versions.

  • Port to topkg.

0.2.0 (2016-04-28)

  • Add a set_reporter function (#1, @samoht)

0.1 (2016-02-18)

  • Initial release (@talex5)