mirror of https://github.com/fluffle/goirc
oops, this is not a Logger.
This commit is contained in:
parent
dee808a263
commit
4ee7aac968
|
@ -70,7 +70,7 @@ var (
|
|||
|
||||
type Logger interface {
|
||||
// Log at a given level
|
||||
Log(int, string, ...interface{})
|
||||
Log(LogLevel, string, ...interface{})
|
||||
// Log at level 3
|
||||
Debug(string, ...interface{})
|
||||
// Log at level 2
|
||||
|
|
Loading…
Reference in New Issue