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

Method Info

x/log.go:21–21  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

19func (rl *ToGlog) Error(v ...interface{}) { glog.Error(v...) }
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...) }

Callers 15

alterMethod · 0.80
DeleteNamespaceMethod · 0.80
logAccessFunction · 0.80
AuthSuperAdminFunction · 0.80
movePredicateMethod · 0.80
initiateSnapshotStreamFunction · 0.80
streamSnapshotFunction · 0.80
runFunction · 0.80
saveDebugFunction · 0.80
runFunction · 0.80
AuditIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected