Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 511 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 511 Bytes

Mirage-Logs

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

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 Mirage tracing is enabled, it also writes each log message to the trace buffer.

See mirage_logs.mli for details.