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

Method Warnf

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

Source from the content-addressed store, hash-verified

203}
204
205func (l *ZapLogger) Warnf(format string, args ...any) {
206 if l == nil || l.logger == nil {
207 return
208 }
209 l.logger.Warnf(format, args...)
210}
211
212func (l *ZapLogger) Errorf(format string, args ...any) {
213 if l == nil || l.logger == nil {

Callers 15

WarnMethod · 0.95
BecomeMasterFunction · 0.80
competeMasterFunction · 0.80
checkpointMethod · 0.80
StartMethod · 0.80
checkCheckpointUpdateMethod · 0.80
transferMethod · 0.80
EnsureNetworkMethod · 0.80
RunMethod · 0.80
StartDropDestCollectionFunction · 0.80

Calls

no outgoing calls