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

Method Debugf

entry.go:360–362  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

358}
359
360func (entry *Entry) Debugf(format string, args ...interface{}) {
361 entry.Logf(DebugLevel, format, args...)
362}
363
364func (entry *Entry) Infof(format string, args ...interface{}) {
365 entry.Logf(InfoLevel, format, args...)

Callers

nothing calls this directly

Calls 1

LogfMethod · 0.95

Tested by

no test coverage detected