package core

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

Install

Dune Dependency

Authors

Maintainers

Sources

core-v0.13.0.tar.gz
sha256=f4ceebba441f90076ac89bffc41705e2c0bc5d92b71df9100e2d1c15ea49f559
md5=0dedfb21e756427ea39ab4dc173d67a9

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.