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

Method Info

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

Source from the content-addressed store, hash-verified

68}
69
70func (l *DefaultLogger) Info(format string, a ...interface{}) {
71 l.Log(log.LOG_INFO, format, a...)
72}
73
74func (l *DefaultLogger) Warn(err error, format string, a ...interface{}) {
75 l.Log(log.LOG_WARN, formatMessage(err, format, a...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected