package async_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Log.MessageSource

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : ?level:Level.t -> ?time:Time_unix.t -> ?time_source:Async_kernel.Synchronous_time_source.t -> ?tags:(string * string) list -> [ `String of string | `Sexp of Core.Sexp.t ] -> t
Sourceval time : t -> Time_unix.t
Sourceval message : t -> string
Sourceval raw_message : t -> [ `String of string | `Sexp of Core.Sexp.t ]
Sourceval level : t -> Level.t option
Sourceval set_level : t -> Level.t option -> t
Sourceval tags : t -> (string * string) list
Sourceval add_tags : t -> (string * string) list -> t
Sourcemodule Stable : sig ... end
OCaml

Innovation. Community. Security.