Module Io.LvlSource

Sourcetype t = Fleche.Io.Level.t =
  1. | Error
  2. | Warning
  3. | Info
  4. | Log
  5. | Debug
Sourceval to_int : t -> int