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

Struct captureLogger

backend/plugins/gh-copilot/tasks/api_client_test.go:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type captureLogger struct {
31 warnings []string
32}
33
34func (l *captureLogger) IsLevelEnabled(level log.LogLevel) bool { return true }
35func (l *captureLogger) Printf(format string, a ...interface{}) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected