package pplumbing

  1. Overview
  2. Docs

Module Err.Log_levelSource

Sourcetype 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.

OCaml

Innovation. Community. Security.