Module Yocaml.Log

Describing log-level.

type level =
  1. | Trace
  2. | Debug
  3. | Info
  4. | Warning
  5. | Alert