Finish half translation work.

This commit is contained in:
zicla
2019-05-04 23:36:05 +08:00
parent 900924d196
commit 5625149766
52 changed files with 613 additions and 950 deletions

View File

@ -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{})