1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

oops, this is not a Logger.

This commit is contained in:
Alex Bramley 2011-10-22 16:18:57 +01:00
parent dee808a263
commit 4ee7aac968

View file

@ -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