package tezos-event-logging

  1. Overview
  2. Docs

The module Legacy_logging replaces the previous Logging.Make_* functors by injecting the non-structured logs into the event-logging framework. Please do not use for new modules.

module type LOG = sig ... end
type ('a, 'b) msgf = (('a, Format.formatter, unit, 'b) format4 -> ?tags:Tezos_stdlib.Tag.set -> 'a) -> ?tags:Tezos_stdlib.Tag.set -> 'b
type ('a, 'b) log = ('a, 'b) msgf -> 'b
module type SEMLOG = sig ... end
module Make (_ : sig ... end) : sig ... end
module Make_semantic (_ : sig ... end) : sig ... end