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

Method Print

utils/log/entrylogwrapper.go:68–70  ·  view source on GitHub ↗

Print record a new non-level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

66
67// Print record a new non-level log.
68func (entry *Entry) Print(args ...interface{}) {
69 (*logrus.Entry)(entry).Print(args...)
70}
71
72// Info record a new info level log.
73func (entry *Entry) Info(args ...interface{}) {

Callers 12

TestWithFieldFunction · 0.80
PrintFunction · 0.80
runNodeFunction · 0.80
mainFunction · 0.80
runVersionFunction · 0.80
runRPCFunction · 0.80
SetattrMethod · 0.80
WriteMethod · 0.80
initNodeFunction · 0.80
mainFunction · 0.80
TestGenTestNetDomainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestWithFieldFunction · 0.64
TestGenTestNetDomainFunction · 0.64