package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Logs.LevelSource

Sourcetype t =
  1. | Debug
  2. | Info
  3. | Warning
  4. | Error
  5. | Result
Sourceval hash : t -> int
Sourceval pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
Sourceval min : int
Sourceval max : int
Sourceval to_enum : t -> int
Sourceval of_enum : int -> t option
Sourceval compare : t -> t -> int
Sourceval of_string : string -> t
Sourceval current : t Stdlib.ref
Sourceval should_log : t -> bool
Sourceval stag : t -> string
OCaml

Innovation. Community. Security.