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