MCPcopy Index your code
hub / github.com/apache/devlake / Error

Method Error

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

Source from the content-addressed store, hash-verified

76}
77
78func (l *DefaultLogger) Error(err error, format string, a ...interface{}) {
79 l.Log(log.LOG_ERROR, formatMessage(err, format, a...))
80}
81
82func (l *DefaultLogger) SetStream(config *log.LoggerStreamConfig) {
83 if config.Path != "" {

Callers 1

NestedMethod · 0.95

Calls 2

LogMethod · 0.95
formatMessageFunction · 0.85

Tested by

no test coverage detected