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

Method Debug

backend/impls/logruslog/logger.go:66–68  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

64}
65
66func (l *DefaultLogger) Debug(format string, a ...interface{}) {
67 l.Log(log.LOG_DEBUG, format, a...)
68}
69
70func (l *DefaultLogger) Info(format string, a ...interface{}) {
71 l.Log(log.LOG_INFO, format, a...)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected