pplumbing.err
Err.Log_level
pplumbing.cmdlang-cmdliner-runner
pplumbing.log
pplumbing.log-cli
pplumbing.pp-tty
type 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.