增加service命令

This commit is contained in:
GoEdgeLab
2021-01-12 11:48:38 +08:00
parent 2a5e90caeb
commit 0e51e1c7cb
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 {