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

v0.1.tar.gz
md5=f3d013d2041ee5cf436c5831db4e7446

Description

It can also log only important messages to the console, while writing all received messages to a ring buffer which is displayed if an exception occurs.

If tracing is enabled (via mirage-profile), it also writes each log message to the trace buffer.

Tags

org:mirage

Published: 18 Feb 2016

Dependencies (7)

  1. lwt
  2. mirage-profile
  3. mirage-types < "3.0.0"
  4. ocamlbuild build
  5. ocamlfind build
  6. logs >= "0.5.0"
  7. ocaml >= "4.01.0" & < "5.0"

Dev Dependencies

None

Conflicts

None