You can search for identifiers within the package.
in-package search v0.2.0
Module to manipulate values of type level.
level
type t = level
Alias of level.
val default : t
The default level is Info.
Info
val to_lwt_log : t -> Lwt_log_core.level
Cast the level to a value of Lwt_log_core.level.
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