Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Logger.LogEventinclude Tezos_event_logging.Internal_event.EVENT_DEFINITION with type t = ttype t = tval section : Tezos_event_logging.Internal_event.Section.t optionDefines an optional section for the event.
Warning None is only for legacy events and should not be used in new code.
Defines the identifier for the event. Names should be unique and are restricted to alphanumeric characters or ".@-_+=,~".
val pp : short:bool -> Format.formatter -> t -> unitval encoding : t Data_encoding.tval level : t -> Tezos_event_logging.Internal_event.levelReturn the preferred level for a given event instance.
val emit :
?section:Tezos_event_logging.Internal_event.Section.t ->
(unit -> t) ->
unit Tezos_error_monad.Error_monad.tzresult Lwt.tOutput an event of type t, if no sinks are listening the function won't be applied.