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

Method LogStart

agent/app/task/task.go:358–360  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

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

Callers 15

uploadWithMapFunction · 0.45
handleWebsiteRecoverFunction · 0.45
doWebsiteBackupFunction · 0.45
recoverWebsiteDatabaseFunction · 0.45
UpdateSwapMethod · 0.45
CompressMethod · 0.45
DeCompressMethod · 0.45
SnapshotRecoverMethod · 0.45
handleDownloadSnapshotFunction · 0.45
backupBeforeRecoverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected