package dkml-install

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

Install

Dune Dependency

Authors

Maintainers

Sources

src.tar.gz
md5=e61b1ab5693a4749caae1959aea6fd70
sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa

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.