Module Dkml_install_api.Log_config

type t = {
  1. log_config_style_renderer : Fmt.style_renderer option;
  2. log_config_level : Logs.level option;
}

the type of log configuration

val create : ?log_config_style_renderer:Fmt.style_renderer -> ?log_config_level:Logs.level -> unit -> t

create ?log_config_style_renderer ?log_config_level () creates log configuration

val to_args : t -> string array

to_args translates the configuration to a string array