package loga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Emergency
  2. | Alert
  3. | Critical
  4. | Error
  5. | Warning
  6. | Notice
  7. | Info
  8. | Debug
val to_int : t -> int
val string_of : t -> string
val more_severe_than_or_equal : t -> t -> bool