pplumbing.log-cli
Log_cli.Log_level
pplumbing.cmdlang-cmdliner-runner
pplumbing.err
pplumbing.log
pplumbing.pp-tty
include module type of struct include Err.Log_level end
type t = Err.Log_level.t =
| Quiet
| App
| Error
| Warning
| Info
| Debug
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list
val compare : t -> t -> int
val equal : t -> t -> bool
val to_string : t -> string
Return an uncapitalized string representing the variant constructor.
val of_logs_level : Logs.level option -> t
val to_logs_level : t -> Logs.level option