Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyslogTarget ¶
type SyslogTarget struct {
*log.Filter
Writer *syslog.Writer
// contains filtered or unexported fields
}
func NewSyslogTarget ¶
func NewSyslogTarget(prefix string) (*SyslogTarget, error)
func (*SyslogTarget) Close ¶
func (t *SyslogTarget) Close()
func (*SyslogTarget) Process ¶
func (t *SyslogTarget) Process(e *log.Entry)
Click to show internal directories.
Click to hide internal directories.