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

Method Log

backend/core/log/logger.go:39–39  ·  view source on GitHub ↗
(level LogLevel, format string, a ...interface{})

Source from the content-addressed store, hash-verified

37 IsLevelEnabled(level LogLevel) bool
38 Printf(format string, a ...interface{})
39 Log(level LogLevel, format string, a ...interface{})
40 Debug(format string, a ...interface{})
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.

Callers 5

TestEncodeFunction · 0.65
TestRandLetterBytesFunction · 0.65
TestCheckDNSFunction · 0.65
TestPipelinePlan_IsEmptyFunction · 0.65
LogMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 4

TestEncodeFunction · 0.52
TestRandLetterBytesFunction · 0.52
TestCheckDNSFunction · 0.52
TestPipelinePlan_IsEmptyFunction · 0.52