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

Function Infof

utils/log/logwrapper.go:319–321  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

317
318// Infof logs a message at level Info on the standard logger.
319func Infof(format string, args ...interface{}) {
320 logrus.Infof(format, args...)
321}
322
323// Warnf logs a message at level Warn on the standard logger.
324func Warnf(format string, args ...interface{}) {

Callers 15

registerNodeFunction · 0.92
TestEncryptDecryptCasesFunction · 0.92
TestAddPKCSPaddingFunction · 0.92
TestGetPubKeyNonceFunction · 0.92
TestGetThePubKeyNonceFunction · 0.92
TestFullProcessFunction · 0.92
TestFullProcessFunction · 0.92
testPortConnectableFunction · 0.92
insertDataFunction · 0.92
StartMetricCollectorFunction · 0.92
initLogsFunction · 0.92

Calls 1

InfofMethod · 0.80

Tested by 14

TestEncryptDecryptCasesFunction · 0.74
TestAddPKCSPaddingFunction · 0.74
TestGetPubKeyNonceFunction · 0.74
TestGetThePubKeyNonceFunction · 0.74
TestFullProcessFunction · 0.74
TestFullProcessFunction · 0.74
initTestDBFunction · 0.74
TestFullProcessFunction · 0.74
benchDBFunction · 0.74
benchMinerFunction · 0.74
BenchmarkSQLiteFunction · 0.74