MCPcopy
hub / github.com/alibaba/MongoShake / Debugf

Method Debugf

pkg/log/logger.go:191–196  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

189}
190
191func (l *ZapLogger) Debugf(format string, args ...any) {
192 if l == nil || l.logger == nil {
193 return
194 }
195 l.logger.Debugf(format, args...)
196}
197
198func (l *ZapLogger) Infof(format string, args ...any) {
199 if l == nil || l.logger == nil {

Callers 15

DebugMethod · 0.95
HandleMethod · 0.80
HandleMethod · 0.80
BecomeMasterFunction · 0.80
handlerMethod · 0.80
checkpointMethod · 0.80
startBatcherMethod · 0.80
deserializerMethod · 0.80
retainMethod · 0.80
purgeACKMethod · 0.80

Calls

no outgoing calls

Tested by 3

RunCommandFunction · 0.64