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