func()

in internal/logger/logger.go [101:103]


func (l *debugLogger) Debugln(args ...interface{}) {
	l.logln("DEBUG", args...)
}