func()

in internal/logger/logger.go [137:139]


func (l *debugLogger) Errorln(args ...interface{}) {
	l.logln("ERROR", args...)
}