package pplumbing

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Log_cli.ConfigSource

Sourcetype t
Sourceval create : ?logs_level:Logs.level option -> ?fmt_style_renderer:Fmt.style_renderer option -> ?warn_error:bool -> unit -> t

Getters

Sourceval logs_level : t -> Logs.level option
Sourceval fmt_style_renderer : t -> Fmt.style_renderer option
Sourceval warn_error : t -> bool

Arg builders

Sourceval logs_level_arg : Logs.level option Cmdlang.Command.Arg.t
Sourceval fmt_style_renderer_arg : Fmt.style_renderer option Cmdlang.Command.Arg.t
Sourceval to_args : t -> string list
OCaml

Innovation. Community. Security.