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

Function Printf

utils/log/logwrapper.go:314–316  ·  view source on GitHub ↗

Printf logs a message at level Info on the standard logger.

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

Source from the content-addressed store, hash-verified

312
313// Printf logs a message at level Info on the standard logger.
314func Printf(format string, args ...interface{}) {
315 logrus.Printf(format, args...)
316}
317
318// Infof logs a message at level Info on the standard logger.
319func Infof(format string, args ...interface{}) {

Callers 6

mainFunction · 0.92
mainFunction · 0.92
TestStandardLoggerFunction · 0.85
PrintfMethod · 0.85
TestSerializableStateFunction · 0.85
TestStorageFunction · 0.85

Calls 1

PrintfMethod · 0.45

Tested by 3

TestStandardLoggerFunction · 0.68
TestSerializableStateFunction · 0.68
TestStorageFunction · 0.68