package async_log

  1. Overview
  2. Docs

Module Async_log.MessageSource

include module type of Async_log_kernel.Message
Sourceval 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
Sourceval time : Core.Time_float.t T1.t -> Core.Time_float.t
Sourceval level : Core.Time_float.t T1.t -> Async_log_kernel.Level.t option
Sourceval set_level : Core.Time_float.t T1.t -> Async_log_kernel.Level.t option -> Core.Time_float.t T1.t
Sourceval message : Core.Time_float.t T1.t -> string
Sourceval raw_message : Core.Time_float.t T1.t -> [ `String of string | `Sexp of Core.Sexp.t ]
Sourceval tags : Core.Time_float.t T1.t -> (string * string) list
Sourceval add_tags : Core.Time_float.t T1.t -> (string * string) list -> Core.Time_float.t T1.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_write_only_text : ?zone:Core.Time_float.Zone.t -> t -> string
Sourcemodule Stable : sig ... end