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.0.0.tbz
sha256=f2a67264aa86bea32444d58bbb56453477ec86c0f4b8cd76788d4a197521dd20
sha512=1c135a72ba8e7e6aba8c5f2e28e07565797eca3ce7724fc881872eef47169d156a2279d269ea503d4d8973b0b51e570648b130d76603826a5a565550bd32b2a2

Description

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

Tags

org:mirage

Published: 07 Jul 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 (6)

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

Dev Dependencies (2)

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

Conflicts

None