package mirage

  1. Overview
  2. Docs

Module Devices.SyslogSource

Sourcetype syslog
Sourcetype syslog_config = {
  1. hostname : string;
  2. server : Ipaddr.t option;
  3. port : int option;
  4. truncate : int option;
}
Sourceval syslog_config : ?port:int -> ?truncate:int -> ?server:Ipaddr.t -> string -> syslog_config
OCaml

Innovation. Community. Security.