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

Method Debugln

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

Source from the content-addressed store, hash-verified

305}
306
307func (logger *Logger) Debugln(args ...interface{}) {
308 logger.Logln(DebugLevel, args...)
309}
310
311func (logger *Logger) Infoln(args ...interface{}) {
312 logger.Logln(InfoLevel, args...)

Callers

nothing calls this directly

Calls 1

LoglnMethod · 0.95

Tested by

no test coverage detected