package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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

    *)
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t