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

Method Tracef

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

Source from the content-addressed store, hash-verified

354}
355
356func (entry *Entry) Tracef(format string, args ...interface{}) {
357 entry.Logf(TraceLevel, format, args...)
358}
359
360func (entry *Entry) Debugf(format string, args ...interface{}) {
361 entry.Logf(DebugLevel, format, args...)

Callers

nothing calls this directly

Calls 1

LogfMethod · 0.95

Tested by

no test coverage detected