package simlog

  1. Overview
  2. Docs
include module type of struct include Recorder.Level end
type t = Recorder.Level.t =
  1. | Info
  2. | Warn
  3. | Error
  4. | Debug
val to_string : t -> string
val format_str_with_ascii : string -> t -> string
OCaml

Innovation. Community. Security.