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

Method Traceln

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

Source from the content-addressed store, hash-verified

399}
400
401func (entry *Entry) Traceln(args ...interface{}) {
402 entry.Logln(TraceLevel, args...)
403}
404
405func (entry *Entry) Debugln(args ...interface{}) {
406 entry.Logln(DebugLevel, args...)

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected