Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyslogSink ¶
type SyslogSink struct {
// contains filtered or unexported fields
}
func NewSyslogSink ¶
func NewSyslogSink(appId string, drainURL *url.URL, messageDrainBufferSize uint, syslogWriter syslogwriter.Writer, errorHandler func(string, string), dropsondeOrigin string) *SyslogSink
func (*SyslogSink) AppID ¶
func (s *SyslogSink) AppID() string
func (*SyslogSink) Disconnect ¶
func (s *SyslogSink) Disconnect()
func (*SyslogSink) Identifier ¶
func (s *SyslogSink) Identifier() string
func (*SyslogSink) Run ¶
func (s *SyslogSink) Run(inputChan <-chan *events.Envelope)
func (*SyslogSink) ShouldReceiveErrors ¶
func (s *SyslogSink) ShouldReceiveErrors() bool
Click to show internal directories.
Click to hide internal directories.