package async_log

  1. Overview
  2. Docs

Module Async_log_kernel.MessageSource

Sourcemodule T1 : sig ... end
Sourceval create : ?level:Level.t -> ?time:Core.Time_float.t -> ?tags:(string * string) list -> [ `Sexp of Core.Sexp.t | `String of string ] -> t
Sourceval level : t -> Level.t option
Sourceval set_level : t -> Level.t option -> t
Sourceval message : t -> string
Sourceval raw_message : t -> [ `String of string | `Sexp of Core.Sexp.t ]
Sourceval tags : t -> (string * string) list
Sourceval add_tags : t -> (string * string) list -> t
Sourceval to_write_only_text : t -> Core.Time_float.Zone.t -> string
Sourcemodule Stable : sig ... end
OCaml

Innovation. Community. Security.