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

Method Logf

agent/app/task/task.go:339–341  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

337}
338
339func (t *Task) Logf(format string, v ...any) {
340 t.Logger.Printf(format, v...)
341}
342
343func (t *Task) LogFailed(msg string) {
344 t.Logger.Println(msg + i18n.GetMsgByKey("Failed"))

Callers 13

AddScanTaskFunction · 0.45
handleDirectoryMethod · 0.45
handleBackupLogsFunction · 0.45
handleContainerBackupFunction · 0.45
handleContainerRecoverFunction · 0.45
ImagePullMethod · 0.45
ImageLoadMethod · 0.45
handleMysqlBackupFunction · 0.45
handleNtpSyncMethod · 0.45
handleSyncIpGroupMethod · 0.45
ContainerUpgradeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected