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

Method Warn

backend/core/log/logger.go:43–43  ·  view source on GitHub ↗

Warn logs a message. The err field can be left `nil`, otherwise the logger will format it into the message.

(err error, format string, a ...interface{})

Source from the content-addressed store, hash-verified

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{})
44 // Error logs an error. The err field can be left `nil`, otherwise the logger will format it into the message.
45 Error(err error, format string, a ...interface{})
46 // Nested return a new logger instance. `name` is the extra prefix to be prepended to each message. Leaving it blank

Callers 15

QueryMethod · 0.65
DoAsyncMethod · 0.65
transactionalDeleteMethod · 0.65
NewRawDataSubTaskFunction · 0.65
fetchAsyncMethod · 0.65
makeProjectOutputFunction · 0.65
pipeline.goFile · 0.65
pipelineServiceInitFunction · 0.65
ExecuteMethod · 0.65
PutApiKeyFunction · 0.65
PostApiKeyFunction · 0.65
CollectIssuesFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected