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

Method Log

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

Source from the content-addressed store, hash-verified

234}
235
236func (t *Task) Log(msg string) {
237 t.Logger.Print(msg)
238}
239
240func (t *Task) Logf(format string, v ...any) {
241 t.Logger.Printf(format, v...)

Callers 5

ExecuteMethod · 0.95
WriteMethod · 0.45
FlushMethod · 0.45
ExecuteMethod · 0.45
SyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected