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
val compare : t -> t -> int
OCaml

Innovation. Community. Security.