Syslog v0.1.0 Syslog.Entry View Source

Wraps a parsed Syslog Message in to each message component.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Syslog.Entry{arrival_datetime: NaiveDateTime.t, datetime: NaiveDateTime.t, facility: integer, hostname: binary, ip: tuple, kvps: map, message: binary, pid: binary, port: integer, priority: integer, process: binary, severity: integer}