package async_log

  1. Overview
  2. Docs
include module type of Async_log_kernel.Message
val create : ?level:Async_log_kernel.Level.t -> ?time:Core.Time_float.t -> ?tags:(string * string) list -> [ `Sexp of Core.Sexp.t | `String of string ] -> Core.Time_float.t T1.t
val message : Core.Time_float.t T1.t -> string
val raw_message : Core.Time_float.t T1.t -> [ `String of string | `Sexp of Core.Sexp.t ]
val tags : Core.Time_float.t T1.t -> (string * string) list
val add_tags : Core.Time_float.t T1.t -> (string * string) list -> Core.Time_float.t T1.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_write_only_text : ?zone:Core.Time_float.Zone.t -> t -> string
module Stable : sig ... end
OCaml

Innovation. Community. Security.