package dkml-install

  1. Overview
  2. Docs
API and registry for Diskuv OCaml (DKML) installation components

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=9c2fc122d49103ce9bf513fcc11b443d
sha512=c746d7a4482109c725bfe44542c146914add4d77e8e76556ce0de6e2567683a7ac7dc9909f1252aea7facbcf130153b8e752607a3c44e35b8cfd8ea5d99eb356

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 -> Bos.Cmd.t

to_args translates the configuration to Bos.Cmd.t

OCaml

Innovation. Community. Security.