func()

in internal/logger/logger.go [93:95]


func (l *debugLogger) Debug(args ...interface{}) {
	l.log("DEBUG", args...)
}