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

Method Printf

utils/log/entrylogwrapper.go:115–117  ·  view source on GitHub ↗

Printf record a new non-level log.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

113
114// Printf record a new non-level log.
115func (entry *Entry) Printf(format string, args ...interface{}) {
116 (*logrus.Entry)(entry).Printf(format, args...)
117}
118
119// Warnf record a warning level log.
120func (entry *Entry) Warnf(format string, args ...interface{}) {

Callers 1

TestWithFieldFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestWithFieldFunction · 0.76