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

Method Printf

utils/log/logwrapper.go:87–89  ·  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

85
86// Printf logs a message at level Info on the standard logger.
87func (l *Logger) Printf(format string, args ...interface{}) {
88 Printf(format, args...)
89}
90
91// NewCallerHook creates new CallerHook.
92func NewCallerHook(stackLevels []logrus.Level) *CallerHook {

Callers 15

WaitBPDatabaseCreationFunction · 0.45
WaitTxConfirmationFunction · 0.45
mainFunction · 0.45
TestWithFieldFunction · 0.45
TestSimpleLogFunction · 0.45
PrintfFunction · 0.45
TestSerializableStateFunction · 0.45
TestStorageFunction · 0.45
setupBenchmarkStorageFunction · 0.45
runNodeFunction · 0.45
mainFunction · 0.45
nonceLoopFunction · 0.45

Calls 1

PrintfFunction · 0.85

Tested by 5

TestWithFieldFunction · 0.36
TestSimpleLogFunction · 0.36
TestSerializableStateFunction · 0.36
TestStorageFunction · 0.36
setupBenchmarkStorageFunction · 0.36