package tezos-event-logging

  1. Overview
  2. Docs

Sections are a simple way of classifying events at the time of their emission.

type t
val empty : t
val make_sanitized : string list -> t

Build a Section.t by replacing special characters with '_'.

val to_lwt_log : t -> Lwt_log_core.section

Make the equivalent Lwt_log section.

val encoding : t Data_encoding.t
val to_string_list : t -> string list
val pp : Format.formatter -> t -> unit
include Tezos_stdlib.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
OCaml

Innovation. Community. Security.