Versions in this module Expand all Collapse all v2 v2.0.1 Nov 27, 2019 v2.0.0 Mar 5, 2019 Changes in this version + type BestEfforter interface + HasBestEffort func() bool + WithBestEffort func() + type Machine interface + Parse func(input []byte) (Message, error) + type MachineOption func(m Machine) Machine + type Message interface + Appname func() *string + Facility func() *uint8 + FacilityLevel func() *string + FacilityMessage func() *string + Hostname func() *string + Message func() *string + MsgID func() *string + Priority func() *uint8 + ProcID func() *string + Severity func() *uint8 + SeverityLevel func() *string + SeverityMessage func() *string + SeverityShortLevel func() *string + StructuredData func() *map[string]map[string]string + Timestamp func() *time.Time + Valid func() bool + Version func() uint16 + type Parser interface + Parse func(r io.Reader) + WithListener func(ParserListener) + type ParserListener func(*Result) + type ParserOption func(p Parser) Parser + func WithBestEffort() ParserOption + func WithListener(f ParserListener) ParserOption + type Result struct + Error error + Message Message Other modules containing this package github.com/influxdata/go-syslog github.com/influxdata/go-syslog/v3