package core_unix

  1. Overview
  2. Docs
Unix-specific portions of Core

Install

Dune Dependency

Authors

Maintainers

Sources

core_unix-v0.16.0.tar.gz
sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f

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

Module Syslog.LevelSource

Sourcetype 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

include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.