Skip to content

Commit

Permalink
Remove Trace from SyslogWriter interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Nov 19, 2019
1 parent 5d9d766 commit 686705b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686705b

Please sign in to comment.