MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Infof

Method Infof

utils/log/entrylogwrapper.go:110–112  ·  view source on GitHub ↗

Infof record a info level log.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

108
109// Infof record a info level log.
110func (entry *Entry) Infof(format string, args ...interface{}) {
111 (*logrus.Entry)(entry).Infof(format, args...)
112}
113
114// Printf record a new non-level log.
115func (entry *Entry) Printf(format string, args ...interface{}) {

Callers 15

applyMethod · 0.80
waitForMirrorCompleteFunction · 0.80
TestWithFieldFunction · 0.80
InfofFunction · 0.80
nonceLoopFunction · 0.80
nonceGenFunction · 0.80
usqlRegisterFunction · 0.80
runConsoleFunction · 0.80
getPublicFromConfigFunction · 0.80
startMirrorServerFunction · 0.80
runDropFunction · 0.80
runRPCFunction · 0.80

Calls

no outgoing calls

Tested by 2

waitForMirrorCompleteFunction · 0.64
TestWithFieldFunction · 0.64