MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / LogStart

Method LogStart

core/app/task/task.go:259–261  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

257}
258
259func (t *Task) LogStart(msg string) {
260 t.Logger.Printf("%s%s", i18n.GetMsgByKey("Start"), msg)
261}
262
263func (t *Task) LogWithOps(operate, msg string) {
264 t.Logger.Printf("%s%s", i18n.GetMsgByKey(operate), msg)

Callers 1

ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected