package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.12.4.tar.gz
sha256=7996e4063d51bdb7337ded720d31d4bc4c02cca467fad6b550c0f9ae8deae0bb
md5=85f006b0666f4fe05c566be8fda64cb2

doc/core.syslog/Syslog/Level/index.html

Module Syslog.Level

type t =
  1. | EMERG
    (*

    System is unusable

    *)
  2. | ALERT
    (*

    Action must be taken immediately

    *)
  3. | CRIT
    (*

    Critical condition

    *)
  4. | ERR
    (*

    Error conditions

    *)
  5. | WARNING
    (*

    Warning conditions

    *)
  6. | NOTICE
    (*

    Normal, but significant, condition

    *)
  7. | INFO
    (*

    Informational message

    *)
  8. | DEBUG
    (*

    Debug-level message

    *)

DEBUG < EMERG

val compare : t -> t -> int
val all : t list
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_string : string -> t
val to_string : t -> string
OCaml

Innovation. Community. Security.