You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: "A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps"
25
+
description: """
26
+
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.
27
+
28
+
If tracing is enabled (via mirage-profile), it also writes each log message to the trace buffer.
0 commit comments