func()

in internal/logger/logger.go [133:135]


func (l *debugLogger) Errorf(format string, args ...interface{}) {
	l.logf("ERROR", format, args...)
}