diff --git a/syslog.go b/syslog.go index 31c97a5..aa90556 100644 --- a/syslog.go +++ b/syslog.go @@ -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