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

Method Infoln

utils/log/entrylogwrapper.go:152–154  ·  view source on GitHub ↗

Infoln record a info level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

150
151// Infoln record a info level log.
152func (entry *Entry) Infoln(args ...interface{}) {
153 (*logrus.Entry)(entry).Infoln(args...)
154}
155
156// Println record a non-level log.
157func (entry *Entry) Println(args ...interface{}) {

Callers 2

TestWithFieldFunction · 0.80
InfolnFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWithFieldFunction · 0.64