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

Method Debug

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

Source from the content-addressed store, hash-verified

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{})
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{})

Callers 15

RegisterMethod · 0.65
ForTypeMethod · 0.65
QueryMethod · 0.65
DoAsyncMethod · 0.65
SubmitBlockingMethod · 0.65
AddMethod · 0.65
flushWithoutLockingMethod · 0.65
getAffectedTablesMethod · 0.65
ExecuteMethod · 0.65
fetchAsyncMethod · 0.65
logDebugMethod · 0.65
ExecuteMethod · 0.65

Implementers 2

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

Calls

no outgoing calls