package async_log

  1. Overview
  2. Docs
Logging library built on top of Async_unix

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=2dae248d74c23aa6a1e0bc38d5b34c975eb4dfbdf32f0970641b5befd8385720

doc/async_log.kernel/Async_log_kernel/Message/index.html

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.