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

Method Debug

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

Source from the content-addressed store, hash-verified

313}
314
315func (entry *Entry) Debug(args ...interface{}) {
316 entry.Log(DebugLevel, args...)
317}
318
319func (entry *Entry) Print(args ...interface{}) {
320 entry.Info(args...)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected