package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Tezos_base.TzPervasives.Internal_event.Simple end
type 'a t = 'a Tezos_event_logging__Internal_event.Simple.t
val emit : 'a t -> 'a -> unit Lwt.t
val emit__dont_wait__use_with_care : 'a t -> 'a -> unit
val declare_0 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> unit -> unit t
val declare_1 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> 'a t
val declare_2 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ('a * 'b) t
val declare_3 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ('a * 'b * 'c) t
val declare_4 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ('a * 'b * 'c * 'd) t
val declare_5 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e) t
val declare_6 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f) t
val declare_7 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ?pp7:(Format.formatter -> 'g -> unit) -> (string * 'g Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f * 'g) t
val declare_8 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ?pp7:(Format.formatter -> 'g -> unit) -> (string * 'g Data_encoding.t) -> ?pp8:(Format.formatter -> 'h -> unit) -> (string * 'h Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f * 'g * 'h) t
val section : string list
val validating_new_branch : (Tezos_base.P2p_peer.Id.t * int) t
val new_branch_validated : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val fetching_operations_for_head : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val requesting_new_head_validation : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val new_head_validation_end : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_head : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_previously_validated_block : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_invalid_block : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_valid_block : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_prechecked_invalid_block : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val missing_new_head_predecessor : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_branch_with_invalid_locator : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val ignoring_branch_without_common_ancestor : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val no_new_head_from_peer : (Tezos_base.P2p_peer.Id.t * Tezos_base.Time.System.Span.t) t
val processing_new_head : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val processing_new_branch : (Tezos_base.P2p_peer.Id.t * Tezos_base.TzPervasives.Block_hash.t) t
val terminating_worker : (Tezos_base.P2p_peer.Id.t * string) t
val request_completed : (Request.view * Tezos_base.Worker_types.request_status) t
val request_error : (Request.view * Tezos_base.Worker_types.request_status * Tezos_base.TzPervasives.Error_monad.tztrace) t
val peer_disconnection : Tezos_base.P2p_peer.Id.t t
val insufficient_history : Tezos_base.P2p_peer.Id.t t
OCaml

Innovation. Community. Security.