package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Output : sig ... end
type cfg = {
  1. output : Output.t;
  2. default_level : Tezos_event_logging.Internal_event.level;
  3. rules : string option;
  4. colors : bool;
}
val default_cfg : cfg
val create_cfg : ?output:Output.t -> ?default_level:Tezos_event_logging.Internal_event.level -> ?colors:bool -> ?rules:string -> unit -> cfg
OCaml

Innovation. Community. Security.