package ocaml-systemd

  1. Overview
  2. Docs
OCaml module for native access to the systemd facilities

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.tar.gz
sha256=afd43edb570b07827e9d3edc8509019917993d893446e37891dd917bfde85b3b
md5=f9206f1284addca555934100b1e68928

doc/systemd/Journald/Priority/index.html

Module Journald.Priority

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

    *)
val to_int : t -> int
OCaml

Innovation. Community. Security.