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

Method LogSuccess

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

Source from the content-addressed store, hash-verified

349}
350
351func (t *Task) LogSuccess(msg string) {
352 t.Logger.Println(msg + " " + i18n.GetMsgByKey("Success"))
353}
354func (t *Task) LogSuccessF(format string, v ...any) {
355 t.Logger.Println(fmt.Sprintf(format, v...) + i18n.GetMsgByKey("Success"))
356}

Callers 15

handleWebsiteRecoverFunction · 0.45
doWebsiteBackupFunction · 0.45
recoverWebsiteDatabaseFunction · 0.45
recoverAppDataFunction · 0.45
restartComposeFunction · 0.45
handleCleanLogMethod · 0.45
handleSyncIpGroupMethod · 0.45
backupDatabaseWithTaskFunction · 0.45
handleAppRecoverFunction · 0.45
deleteAppInstallFunction · 0.45
buildNginxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected