Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerSyslogTcp ¶
type HandlerSyslogTcp struct {
// contains filtered or unexported fields
}
func Create ¶
func Create(address string) (*HandlerSyslogTcp, error)
func (*HandlerSyslogTcp) Close ¶
func (handler *HandlerSyslogTcp) Close() error
func (*HandlerSyslogTcp) Dial ¶
func (handler *HandlerSyslogTcp) Dial() error
func (*HandlerSyslogTcp) Errors ¶
func (handler *HandlerSyslogTcp) Errors() chan error
func (*HandlerSyslogTcp) Packets ¶
func (handler *HandlerSyslogTcp) Packets() chan syslog.Packet
func (*HandlerSyslogTcp) Pools ¶
func (handler *HandlerSyslogTcp) Pools() bool
Click to show internal directories.
Click to hide internal directories.