Module Err.Log_level

type t =
  1. | Quiet
  2. | App
  3. | Error
  4. | Warning
  5. | Info
  6. | 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.