package pplumbing

  1. Overview
  2. Docs

Module Log_cli.Log_levelSource

include module type of struct include Err.Log_level end
Sourcetype t = Err.Log_level.t =
  1. | Quiet
  2. | App
  3. | Error
  4. | Warning
  5. | Info
  6. | Debug
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval all : t list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval to_string : t -> string

Return an uncapitalized string representing the variant constructor.

Sourceval of_logs_level : Logs.level option -> t
Sourceval to_logs_level : t -> Logs.level option
OCaml

Innovation. Community. Security.