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

Method Trace

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

Source from the content-addressed store, hash-verified

215}
216
217func (logger *Logger) Trace(args ...interface{}) {
218 logger.Log(TraceLevel, args...)
219}
220
221func (logger *Logger) Debug(args ...interface{}) {
222 logger.Log(DebugLevel, args...)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected