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.1.0.tbz
sha256=aadb2edceae9cefacb6c961023126ea8b380a28ef28971cccce528f3656a4795
sha512=b520fe838fd7016aa0d68c6b952e6ff20ffd3ebebd62f689d2c1d3b01682c5711af70a750561b20952ac00a8e1897379c598e5f331a6dc54673a9e060cd33acf

CHANGES.md.html

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)