MCPcopy
hub / github.com/sagikazarmark/modern-go-application / noopLogger

Struct noopLogger

internal/common/logger.go:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type noopLogger struct{}
32
33// NewNoopLogger returns a logger that discards every log event.
34func NewNoopLogger() Logger { return noopLogger{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected