package tezos-event-logging

  1. Overview
  2. Docs

Module to manipulate values of type level.

type t = level

Alias of level.

val default : t

The default level is Info.

val to_lwt_log : t -> Lwt_log_core.level

Cast the level to a value of Lwt_log_core.level.

val to_string : t -> string
val of_string : string -> t option
val encoding : t Data_encoding.t
include Tezos_stdlib.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t