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

Method IsLevelEnabled

backend/core/log/logger.go:37–37  ·  view source on GitHub ↗
(level LogLevel)

Source from the content-addressed store, hash-verified

35// Logger General logger interface, can be used anywhere
36type Logger interface {
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{})

Callers 3

CollectIssueChangelogsFunction · 0.65
CollectIssueCommentsFunction · 0.65
IsLevelEnabledMethod · 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