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

Method Debugln

utils/log/entrylogwrapper.go:147–149  ·  view source on GitHub ↗

Entry Println family functions Debugln record a debug level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

145
146// Debugln record a debug level log.
147func (entry *Entry) Debugln(args ...interface{}) {
148 (*logrus.Entry)(entry).Debugln(args...)
149}
150
151// Infoln record a info level log.
152func (entry *Entry) Infoln(args ...interface{}) {

Callers 2

TestWithFieldFunction · 0.80
DebuglnFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWithFieldFunction · 0.64