Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format int
const ( RFC3164 Format = iota // RFC3164: http://www.ietf.org/rfc/rfc3164.txt RFC5424 // RFC5424: http://www.ietf.org/rfc/rfc5424.txt )
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenUnixgram ¶
ListenUnixgram add a server to listen on a unix socket
func (*Server) Start ¶
func (s *Server) Start(channel chan syslogparser.LogParts)
Start reading syslog records
Click to show internal directories.
Click to hide internal directories.