mirage-logs
A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 12 Jul 2019
- Authors
- Maintainers
Sources
mirage-logs-v1.1.0.tbz
sha256=aadb2edceae9cefacb6c961023126ea8b380a28ef28971cccce528f3656a4795
sha512=b520fe838fd7016aa0d68c6b952e6ff20ffd3ebebd62f689d2c1d3b01682c5711af70a750561b20952ac00a8e1897379c598e5f331a6dc54673a9e060cd33acf
Dependencies
alcotest
with-test
mirage-clock
>= "1.2.0" & < "3.0.0"
ptime
>= "0.8.1"
logs
>= "0.5.0"
dune
>= "1.0"
ocaml
>= "4.01.0"
Reverse Dependencies