MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / GetLogger

Method GetLogger

pkg/management/logtest/logtest.go:109–111  ·  view source on GitHub ↗

GetLogger implements the log.Logger interface

()

Source from the content-addressed store, hash-verified

107
108// GetLogger implements the log.Logger interface
109func (s SpyLogger) GetLogger() logr.Logger {
110 return logr.Logger{}
111}
112
113// Enabled implements the log.Logger interface
114func (s *SpyLogger) Enabled() bool {

Callers 4

NewCmdFunction · 0.80
NewCmdFunction · 0.80
runSubCommandFunction · 0.80
NewTestingEnvironmentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected