MCPcopy
hub / github.com/dgraph-io/dgraph / Infof

Method Infof

x/log.go:22–22  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

20func (rl *ToGlog) Errorf(format string, v ...interface{}) { glog.Errorf(format, v...) }
21func (rl *ToGlog) Info(v ...interface{}) { glog.Info(v...) }
22func (rl *ToGlog) Infof(format string, v ...interface{}) { glog.Infof(format, v...) }
23func (rl *ToGlog) Warning(v ...interface{}) { glog.Warning(v...) }
24func (rl *ToGlog) Warningf(format string, v ...interface{}) { glog.Warningf(format, v...) }
25func (rl *ToGlog) Fatal(v ...interface{}) { glog.Fatal(v...) }

Callers 15

DebugPrintMethod · 0.80
NewNodeFunction · 0.80
ReportRaftCommsMethod · 0.80
SetConfStateMethod · 0.80
SendMethod · 0.80
PastLifeMethod · 0.80
doSendMessageMethod · 0.80
ConnectMethod · 0.80
addToClusterMethod · 0.80
WaitLinearizableReadMethod · 0.80
RunReadIndexLoopMethod · 0.80
joinClusterMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestCurlAuthorizationMethod · 0.64