package dkml-install

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

Install

Dune Dependency

Authors

Maintainers

Sources

dkml-install-0.5.2.tbz
md5=5b294da54e4474f8d260c7190fec8c85
sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63

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.