package core_unix

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

Install

Dune Dependency

Authors

Maintainers

Sources

core_unix-v0.16.0.tar.gz
sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f

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.