include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val create : ?level:Level.t ‑> ?time:Core.Time.t ‑> ?tags:(string * string) list ‑> [ `String of string | `Sexp of Core.Sexp.t ] ‑> t
val time : t ‑> Core.Time.t
val message : t ‑> string
val raw_message : t ‑> [ `String of string | `Sexp of Core.Sexp.t ]
val tags : t ‑> (string * string) list
module Stable : sig ... end