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

Function Info

utils/log/logwrapper.go:276–278  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

274
275// Info logs a message at level Info on the standard logger.
276func Info(args ...interface{}) {
277 logrus.Info(args...)
278}
279
280// Warn logs a message at level Warn on the standard logger.
281func Warn(args ...interface{}) {

Callers 15

InitLocalKeyPairFunction · 0.92
LoadConfigFunction · 0.92
stopMethod · 0.92
TestFullProcessFunction · 0.92
StopProfileFunction · 0.92
initFunction · 0.92
subscribeBlockMethod · 0.92
StartMetricCollectorFunction · 0.92
runNodeFunction · 0.92
initDHTGossipFunction · 0.92
mainFunction · 0.92

Calls 1

InfoMethod · 0.80

Tested by 3

TestFullProcessFunction · 0.74
TestStandardLoggerFunction · 0.68