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-1.3.0.tbz
sha256=73561022eb6aa79f13473f9af5577febd142bf48e7191bc59de8bd06d49b3b10
sha512=726bf16283f732fe258e937ef6670cc547df3d361e1ff2783129ac7d16133bb0904ed3c4c6e35c149fd3f79d1c924eb16f7672e793190e5c8e92df74aa43cc65

CHANGES.md.html

v1.3.0 (2023-03-12)

  • Remove the mirage-profile dependency (#18 @hannesm)

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)