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

Method Log

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

Source from the content-addressed store, hash-verified

333}
334
335func (t *Task) Log(msg string) {
336 t.Logger.Print(msg)
337}
338
339func (t *Task) Logf(format string, v ...any) {
340 t.Logger.Printf(format, v...)

Callers 15

ExecuteMethod · 0.95
BackupMethod · 0.45
RecoverMethod · 0.45
WriteMethod · 0.45
FlushMethod · 0.45
AddScanTaskFunction · 0.45
setLogFunction · 0.45
pullComposeImagesFunction · 0.45
ExecuteMethod · 0.45
handleWebsiteRecoverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected