Module Io.Level

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