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

Method Printf

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

Source from the content-addressed store, hash-verified

36type Logger interface {
37 IsLevelEnabled(level LogLevel) bool
38 Printf(format string, a ...interface{})
39 Log(level LogLevel, format string, a ...interface{})
40 Debug(format string, a ...interface{})
41 Info(format string, a ...interface{})

Callers 14

TestCrdbErrorImplFunction · 0.65
CreateSnapshotMethod · 0.65
ConnectLocalServerFunction · 0.65
forceSendHttpRequestMethod · 0.65
coloredPrintfFunction · 0.65
TestTestmoPluginFunction · 0.65
TestPagerDutyPluginFunction · 0.65
TestAzureFunction · 0.65
TestGitlabPluginFunction · 0.65
SetupApiServerFunction · 0.65
mainFunction · 0.65
verifyTokenFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 5

TestCrdbErrorImplFunction · 0.52
TestTestmoPluginFunction · 0.52
TestPagerDutyPluginFunction · 0.52
TestAzureFunction · 0.52
TestGitlabPluginFunction · 0.52