package dkml-install

  1. Overview
  2. Docs
API and registry for DkML installation components

Install

Dune Dependency

Authors

Maintainers

Sources

src.tar.gz
md5=4636532b5971d7aa058b492448b02908
sha512=66e28e6c47b3de638601f0002289849d9af6bcbb9a2eb816d1dfe640bf3e5a350ad16b99d88b474b7be2482de480b5dd1fad4dbf87c702ee421bc033a3ca1327

doc/dkml-install.api/Dkml_install_api/Log_config/index.html

Module Dkml_install_api.Log_configSource

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

the type of log configuration

Sourceval 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

Sourceval to_args : t -> string array

to_args translates the configuration to a string array

OCaml

Innovation. Community. Security.