MCPcopy
hub / github.com/sirupsen/logrus / Warnf

Method Warnf

entry.go:372–374  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

370}
371
372func (entry *Entry) Warnf(format string, args ...interface{}) {
373 entry.Logf(WarnLevel, format, args...)
374}
375
376func (entry *Entry) Warningf(format string, args ...interface{}) {
377 entry.Warnf(format, args...)

Callers 1

WarningfMethod · 0.95

Calls 1

LogfMethod · 0.95

Tested by

no test coverage detected