MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / nopLogger

Struct nopLogger

pkg/cache/cache.go:125–125  ·  view source on GitHub ↗

nopLogger is a no-op implementation of Logger.

Source from the content-addressed store, hash-verified

123
124// nopLogger is a no-op implementation of Logger.
125type nopLogger struct{}
126
127func (nopLogger) Debugw(_ ...any) {}
128func (nopLogger) Warnw(_ ...any) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected