Documentation ¶
Overview ¶
syslog_wrapper.go
syslogwrapper_interface.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyslogWrapper ¶
type SyslogWrapper struct {
// contains filtered or unexported fields
}
SyslogWrapper is a concrete implementation of SyslogWrapperInterface
func NewSyslogWrapper ¶
func NewSyslogWrapper(tag string) (*SyslogWrapper, error)
func (*SyslogWrapper) Close ¶
func (s *SyslogWrapper) Close()
func (*SyslogWrapper) Debug ¶
func (s *SyslogWrapper) Debug(message string)
func (*SyslogWrapper) Error ¶
func (s *SyslogWrapper) Error(message string)
func (*SyslogWrapper) Info ¶
func (s *SyslogWrapper) Info(message string)
func (*SyslogWrapper) Warning ¶
func (s *SyslogWrapper) Warning(message string)
Click to show internal directories.
Click to hide internal directories.