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

Method Info

utils/log/entrylogwrapper.go:73–75  ·  view source on GitHub ↗

Info record a new info level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

71
72// Info record a new info level log.
73func (entry *Entry) Info(args ...interface{}) {
74 (*logrus.Entry)(entry).Info(args...)
75}
76
77// Warn record a new warning level log.
78func (entry *Entry) Warn(args ...interface{}) {

Callers 15

advanceNextHeightMethod · 0.80
syncHeadsMethod · 0.80
processBlocksMethod · 0.80
processTxsMethod · 0.80
mainCycleMethod · 0.80
statMethod · 0.80
ReadMethod · 0.80
InitLocalKeyPairFunction · 0.80
pushBlockMethod · 0.80
produceBlockMethod · 0.80
syncHeadMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestWithFieldFunction · 0.64