package core_unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=9370dca36f518fcea046d2752e3de22b
sha512=c4e8ce9d5885ac8fa8d554a97e1857f3a1c933e0eb5dfd4fe874412b9d09e6d0a2973b644733855553f33f5c859719228f0e6aaf3a2b7eb5befb46fc513750de

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

Module Syslog.Open_optionSource

Sourcetype t =
  1. | PID
    (*

    Include PID with each message

    *)
  2. | CONS
    (*

    Write directly to system console if there is an error while sending to system logger

    *)
  3. | ODELAY
    (*

    Delay opening of the connection until syslog is called

    *)
  4. | NDELAY
    (*

    No delay opening connection to syslog daemon

    *)
  5. | NOWAIT
    (*

    Do not wait for child processes while logging message

    *)
  6. | PERROR
    (*

    Print to stderr as well

    *)
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.