Versions in this module Expand all Collapse all v1 v1.1.1 Apr 20, 2022 Changes in this version + const RFC_3164 + const RFC_5424 + const RFC_UNKNOWN + type LogParser interface + Dump func() LogParts + Parse func() error + WithHostname func(string) + WithLocation func(*time.Location) + WithTag func(string) + WithTimestampFormat func(string) + type LogParts map[string]interface + type RFC uint8 + func DetectRFC(buff []byte) (RFC, error)