增加service命令

This commit is contained in:
刘祥超
2021-01-12 11:48:38 +08:00
parent b975dd48c9
commit 13e5db4729
3 changed files with 75 additions and 47 deletions

View File

@@ -53,7 +53,7 @@ func (this *ServiceManager) setup() {
})
}
//记录普通日志
// 记录普通日志
func (this *ServiceManager) Log(msg string) {
this.setup()
if this.logger == nil {