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

Method Infoln

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

Source from the content-addressed store, hash-verified

309}
310
311func (logger *Logger) Infoln(args ...interface{}) {
312 logger.Logln(InfoLevel, args...)
313}
314
315func (logger *Logger) Println(args ...interface{}) {
316 entry := logger.newEntry()

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected