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

Method Traceln

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

Source from the content-addressed store, hash-verified

301}
302
303func (logger *Logger) Traceln(args ...interface{}) {
304 logger.Logln(TraceLevel, args...)
305}
306
307func (logger *Logger) Debugln(args ...interface{}) {
308 logger.Logln(DebugLevel, args...)

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected