package ocaml-systemd

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.tar.gz
sha256=9462f1ee3d78dfe7e4cd1e0a344a73efcbd35286921a12a31116929fea73f96e
md5=4179c7a16571a5495e92a5b36791aa12

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.