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/Facility/index.html

Module Syslog.Facility

Types of messages

type t =
  1. | KERN
    (*

    Kernel messages

    *)
  2. | USER
    (*

    Generic user-level message (default)

    *)
  3. | MAIL
    (*

    Mail subsystem

    *)
  4. | DAEMON
    (*

    System daemons without separate facility value

    *)
  5. | AUTH
    (*

    Security/authorization messages (DEPRECATED, use AUTHPRIV)

    *)
  6. | SYSLOG
    (*

    Messages generated internally by syslogd

    *)
  7. | LPR
    (*

    Line printer subsystem

    *)
  8. | NEWS
    (*

    USENET news subsystem

    *)
  9. | UUCP
    (*

    UUCP subsystem

    *)
  10. | CRON
    (*

    Clock daemon (cron and at)

    *)
  11. | AUTHPRIV
    (*

    Security/authorization messages (private)

    *)
  12. | FTP
    (*

    FTP daemon

    *)
  13. | LOCAL0
  14. | LOCAL1
  15. | LOCAL2
  16. | LOCAL3
  17. | LOCAL4
  18. | LOCAL5
  19. | LOCAL6
  20. | LOCAL7
    (*

    LOCAL0-7 reserved for local use

    *)
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
OCaml

Innovation. Community. Security.