package core

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.1.tar.gz
sha256=8c158c12345d36a5cdd71081728f4317b2b04c09eb4126b6de00c482a6fec2a0
md5=b11f58205953d84cedb0003efcdab231

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.