package tezt-tezos

  1. Overview
  2. Docs
type default_level = [
  1. | `Debug
  2. | `Info
  3. | `Notice
]
type level = [
  1. | default_level
  2. | `Warning
  3. | `Error
  4. | `Fatal
]
val to_string : level -> string
OCaml

Innovation. Community. Security.