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
OCaml

Innovation. Community. Security.