MCPcopy Index your code
hub / github.com/cloudnative-pg/cloudnative-pg / Debug

Method Debug

pkg/management/logtest/logtest.go:134–136  ·  view source on GitHub ↗

Debug implements the log.Logger interface

(msg string, keysAndValues ...interface{})

Source from the content-addressed store, hash-verified

132
133// Debug implements the log.Logger interface
134func (s *SpyLogger) Debug(msg string, keysAndValues ...interface{}) {
135 s.AddRecord(NewRecord(s.Name, LogLevelDebug, msg, nil, keysAndValues...))
136}
137
138// Trace implements the log.Logger interface
139func (s *SpyLogger) Trace(msg string, keysAndValues ...interface{}) {

Callers 15

prepareMethod · 0.80
ReconcileFunction · 0.80
generateDemotionTokenFunction · 0.80
LogStatusMethod · 0.80
takeBackupMethod · 0.80
buildLDAPConfigStringFunction · 0.80
executeQueriesMethod · 0.80

Calls 2

AddRecordMethod · 0.95
NewRecordFunction · 0.85

Tested by

no test coverage detected