mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 17:54:01 +03:00
Add Printf method to logger
This commit is contained in:
@@ -52,6 +52,7 @@ type Logger interface {
|
||||
BindInt(name string, value int) Logger
|
||||
BindStr(name, value string) Logger
|
||||
|
||||
Printf(format string, args ...interface{})
|
||||
Info(msg string)
|
||||
InfoError(msg string, err error)
|
||||
Warning(msg string)
|
||||
|
||||
Reference in New Issue
Block a user