mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
19 lines
371 B
Text
19 lines
371 B
Text
=== level filtering ===
|
|
enter(error-span)
|
|
enter(info-span)
|
|
msg(warn-msg)
|
|
=== manual enter/exit ===
|
|
enter(manual)
|
|
exit
|
|
=== exception safety ===
|
|
enter(risky)
|
|
exit
|
|
=== no collector ===
|
|
ok
|
|
=== double setup ===
|
|
caught: trace: collector already present
|
|
=== metrics ===
|
|
metric(my_int,42)
|
|
metric(my_float,3.14)
|
|
=== with_setup_collector exception safety ===
|
|
shutdown called: true
|