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

Method Info

pkg/management/logtest/logtest.go:129–131  ·  view source on GitHub ↗

Info implements the log.Logger interface

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

Source from the content-addressed store, hash-verified

127
128// Info implements the log.Logger interface
129func (s *SpyLogger) Info(msg string, keysAndValues ...interface{}) {
130 s.AddRecord(NewRecord(s.Name, LogLevelInfo, msg, nil, keysAndValues...))
131}
132
133// Debug implements the log.Logger interface
134func (s *SpyLogger) Debug(msg string, keysAndValues ...interface{}) {

Callers 15

ExecCommandFunction · 0.80
PatchWithOptimisticLockFunction · 0.80
ReconcileFunction · 0.80
createMajorUpgradeJobFunction · 0.80
handleRollbackIfNeededFunction · 0.80
waitForPodToBeFencedMethod · 0.80
ensurePodIsFencedMethod · 0.80
ReconcileMethod · 0.80
EnsurePodIsUnfencedFunction · 0.80
waitSnapshotToBeReadyMethod · 0.80

Calls 2

AddRecordMethod · 0.95
NewRecordFunction · 0.85

Tested by

no test coverage detected