Finish half translation work.
This commit is contained in:
@ -2,10 +2,10 @@ package core
|
||||
|
||||
type Logger interface {
|
||||
|
||||
//处理日志的统一方法。
|
||||
//basic log method
|
||||
Log(prefix string, format string, v ...interface{})
|
||||
|
||||
//不同级别的日志处理
|
||||
//log with different level.
|
||||
Debug(format string, v ...interface{})
|
||||
Info(format string, v ...interface{})
|
||||
Warn(format string, v ...interface{})
|
||||
|
Reference in New Issue
Block a user