Module Err.Log_levelSource

Sourcetype t =
  1. | Quiet
  2. | App
  3. | Error
  4. | Warning
  5. | Info
  6. | Debug
Sourceval all : t list
Sourceval compare : t -> t -> int
Sourceval to_string : t -> string