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

Method Warnf

utils/log/entrylogwrapper.go:120–122  ·  view source on GitHub ↗

Warnf record a warning level log.

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

Source from the content-addressed store, hash-verified

118
119// Warnf record a warning level log.
120func (entry *Entry) Warnf(format string, args ...interface{}) {
121 (*logrus.Entry)(entry).Warnf(format, args...)
122}
123
124// Warningf record a warning level log.
125func (entry *Entry) Warningf(format string, args ...interface{}) {

Callers 2

TestWithFieldFunction · 0.80
WarnfFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWithFieldFunction · 0.64