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

Method Errorln

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

Source from the content-addressed store, hash-verified

327}
328
329func (logger *Logger) Errorln(args ...interface{}) {
330 logger.Logln(ErrorLevel, args...)
331}
332
333func (logger *Logger) Fatalln(args ...interface{}) {
334 logger.Logln(FatalLevel, args...)

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected