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-2.1.0.tbz
sha256=ae8ac2b20c3b4024268e8b6be3ae4a4a140659da1433cf1d8e9c20ab00469cbb
sha512=36d3d418d9ba9491a6145dfe5a550a2f8f997586355340700bfc4d975157e7a32dbc62509f120522b2aea84dccd3c2341a869742d91fd4da2368c3c0d36ad4b7

Description

The Logs reporter prefixes each entry with a timestamp, and writes it to stderr.

Tags

org:mirage

Published: 18 Oct 2023

README

Mirage-Logs

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

See mirage_logs.mli for details.

Dependencies (7)

  1. cmdliner >= "1.1.0"
  2. mirage-clock >= "3.0.0"
  3. ptime >= "0.8.1"
  4. fmt >= "0.9.0"
  5. logs >= "0.5.0"
  6. dune >= "3.0"
  7. ocaml >= "4.08.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. lwt with-test

Conflicts

None