Module Tezos_base_unix.Logs_simple_config

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;
  5. advertise_levels : bool;
}
val default_cfg : cfg
val create_cfg : ?output:Output.t -> ?default_level:Tezos_event_logging.Internal_event.level -> ?colors:bool -> ?advertise_levels:bool -> ?rules:string -> unit -> cfg