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

Method Info

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

Source from the content-addressed store, hash-verified

223}
224
225func (logger *Logger) Info(args ...interface{}) {
226 logger.Log(InfoLevel, args...)
227}
228
229func (logger *Logger) Print(args ...interface{}) {
230 entry := logger.newEntry()

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected