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

Method Infoln

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

Source from the content-addressed store, hash-verified

407}
408
409func (entry *Entry) Infoln(args ...interface{}) {
410 entry.Logln(InfoLevel, args...)
411}
412
413func (entry *Entry) Println(args ...interface{}) {
414 entry.Infoln(args...)

Callers 1

PrintlnMethod · 0.95

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected