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

Method WarningFn

logger.go:278–280  ·  view source on GitHub ↗
(fn LogFunction)

Source from the content-addressed store, hash-verified

276}
277
278func (logger *Logger) WarningFn(fn LogFunction) {
279 logger.WarnFn(fn)
280}
281
282func (logger *Logger) ErrorFn(fn LogFunction) {
283 logger.LogFn(ErrorLevel, fn)

Callers 1

WarningFnFunction · 0.80

Calls 1

WarnFnMethod · 0.95

Tested by

no test coverage detected