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

Method Trace

entry.go:311–313  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

309}
310
311func (entry *Entry) Trace(args ...interface{}) {
312 entry.Log(TraceLevel, args...)
313}
314
315func (entry *Entry) Debug(args ...interface{}) {
316 entry.Log(DebugLevel, args...)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected