package tracing

  1. Overview
  2. Docs

A module that wraps a Tracing_zero.Writer.t and makes it easy to write parsed records back into a trace file while preserving the original string/thread interning.

type t
val create : Tracing_zero.Writer.t -> t
val write_record : t -> record:Parser.Record.t -> unit