(msg string)
| 356 | } |
| 357 | |
| 358 | func (t *Task) LogStart(msg string) { |
| 359 | t.Logger.Printf("%s%s", i18n.GetMsgByKey("Start"), msg) |
| 360 | } |
| 361 | |
| 362 | func (t *Task) LogWithOps(operate, msg string) { |
| 363 | t.Logger.Printf("%s%s", i18n.GetMsgByKey(operate), msg) |
no outgoing calls
no test coverage detected