Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyslogMessage ¶
type SyslogServer ¶
type SyslogServer struct {
Logger *log.Entry
MaxMessageLen int
// contains filtered or unexported fields
}
func (*SyslogServer) KillServer ¶
func (s *SyslogServer) KillServer() error
func (*SyslogServer) SetChannel ¶
func (s *SyslogServer) SetChannel(c chan SyslogMessage)
func (*SyslogServer) StartServer ¶
func (s *SyslogServer) StartServer() *tomb.Tomb
Click to show internal directories.
Click to hide internal directories.