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

Method Warningf

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

Source from the content-addressed store, hash-verified

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...) }
26func (rl *ToGlog) Fatalf(format string, v ...interface{}) { glog.Fatalf(format, v...) }
27func (rl *ToGlog) Panic(v ...interface{}) { log.Panic(v...) }

Callers 15

streamMessagesMethod · 0.80
doSendMessageMethod · 0.80
ProposeConfChangeMethod · 0.80
RunReadIndexLoopMethod · 0.80
RemoveAllMethod · 0.80
removeMethod · 0.80
shutdownMethod · 0.80
listenToHeartbeatMethod · 0.80
MonitorHealthMethod · 0.80
RaftMessageMethod · 0.80
validateAlterOperationFunction · 0.80
QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected