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

Method Warn

logger.go:235–237  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

233}
234
235func (logger *Logger) Warn(args ...interface{}) {
236 logger.Log(WarnLevel, args...)
237}
238
239func (logger *Logger) Warning(args ...interface{}) {
240 logger.Warn(args...)

Callers 1

WarningMethod · 0.95

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected