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 all : t list
val compare : t -> t -> int
val to_string : t -> string
val of_logs_level : Logs.level option -> t
val to_logs_level : t -> Logs.level option