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

Method Warn

entry.go:327–329  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

325}
326
327func (entry *Entry) Warn(args ...interface{}) {
328 entry.Log(WarnLevel, args...)
329}
330
331func (entry *Entry) Warning(args ...interface{}) {
332 entry.Warn(args...)

Callers 1

WarningMethod · 0.95

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected