Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRFC3164Formatter ¶
func NewRFC3164Formatter(facility syslog.Priority, severity syslog.Priority, time time.Time, hostname string, app string, pid int, msg string) (io.Reader, error)
NewRFC3164Formatter returns a formatter for this specific RFC. See https://tools.ietf.org/html/rfc3164
func NewRFC5424Formatter ¶
func NewRFC5424Formatter(facility syslog.Priority, severity syslog.Priority, time time.Time, hostname string, app string, pid int, msgID string, fields Fields, msg string) (io.Reader, error)
NewRFC5424Formatter returns a formatter for this specific RFC. See https://tools.ietf.org/html/rfc5424
Types ¶
Click to show internal directories.
Click to hide internal directories.