Module Private.Logs_level

Compatibility with Logs.

type t =
  1. | Quiet
  2. | Error
  3. | Warning
  4. | Info
  5. | Debug