Remove Trace from SyslogWriter interface

This commit is contained in:
Olivier Poitrey 2019-11-18 16:29:37 -08:00
parent 5d9d7660cc
commit 686705b4f0
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import (
// SyslogWriter is an interface matching a syslog.Writer struct.
type SyslogWriter interface {
io.Writer
Trace(m string) error
Debug(m string) error
Info(m string) error
Warning(m string) error