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.2.tar.gz
md5=8a2d211deb69970b95b8890e68194357

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.

Published: 29 Apr 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