MCPcopy
hub / github.com/apache/devlake / Info

Method Info

backend/core/log/logger.go:41–41  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

39 Log(level LogLevel, format string, a ...interface{})
40 Debug(format string, a ...interface{})
41 Info(format string, a ...interface{})
42 // Warn logs a message. The err field can be left `nil`, otherwise the logger will format it into the message.
43 Warn(err error, format string, a ...interface{})
44 // Error logs an error. The err field can be left `nil`, otherwise the logger will format it into the message.

Callers 15

InitPluginsFunction · 0.65
runPipelineTasksFunction · 0.65
LoadGoPluginsFunction · 0.65
LoadRemotePluginsFunction · 0.65
RunTaskFunction · 0.65
RunPluginSubTasksFunction · 0.65
initConfigFunction · 0.65
InfoMethod · 0.65
ExecuteMethod · 0.65
QueryMethod · 0.65
getApiClientMethod · 0.65
GetApiClientMethod · 0.65

Implementers 2

captureLoggerbackend/plugins/gh-copilot/tasks/api_c
DefaultLoggerbackend/impls/logruslog/logger.go

Calls

no outgoing calls

Tested by

no test coverage detected