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

Method Tracef

logger.go:159–161  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

157}
158
159func (logger *Logger) Tracef(format string, args ...interface{}) {
160 logger.Logf(TraceLevel, format, args...)
161}
162
163func (logger *Logger) Debugf(format string, args ...interface{}) {
164 logger.Logf(DebugLevel, format, args...)

Callers

nothing calls this directly

Calls 1

LogfMethod · 0.95

Tested by

no test coverage detected