package core

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

Install

Dune Dependency

Authors

Maintainers

Sources

core-v0.14.0.tar.gz
sha256=08447e7d539b69d13b2633c61bab5fdb81624b1391540be097a6a91023f9ce33
md5=571dc65fff922c86951068d66e4a05ca

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

Module Syslog.Open_option

type 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 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.