package
5.0.2+incompatible
Repository: https://github.com/go-experimental/log.git
Documentation: pkg.go.dev
# Functions
New returns a new instance of the syslog logger example: syslog.New("udp", "localhost:514", syslog.LOG_DEBUG, "", nil) NOTE: tlsConfig param is optional and only applies when networks in "tcp+tls" see TestSyslogTLS func tion int syslog_test.go for an example usage of tlsConfig parameter.
# Type aliases
FormatFunc is the function that the workers use to create a new Formatter per worker allowing reusable go routine safe variable to be used within your Formatter function.
Formatter is the function used to format the Redis entry.