feat(logx) add print without format
This commit is contained in:
parent
aac12f93f4
commit
51517da519
|
@ -32,5 +32,11 @@ type logInterface interface {
|
|||
Error(format string, msg ...interface{})
|
||||
Panic(format string, msg ...interface{})
|
||||
|
||||
Debugln(msg ...interface{})
|
||||
Infoln(msg ...interface{})
|
||||
Warnln(msg ...interface{})
|
||||
Errorln(msg ...interface{})
|
||||
Panicln(msg ...interface{})
|
||||
|
||||
Print(level string, format string, msg ...interface{})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue