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

Method Printf

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

Source from the content-addressed store, hash-verified

60}
61
62func (l *DefaultLogger) Printf(format string, a ...interface{}) {
63 l.Log(log.LOG_INFO, format, a...)
64}
65
66func (l *DefaultLogger) Debug(format string, a ...interface{}) {
67 l.Log(log.LOG_DEBUG, format, a...)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected