How to integrate: $$\int \ln(x+\ln(x+\ln(x+...))) dx$$
I am trying to integrate this expression by taking the above expression as $y$.
Therefore, $y=\ln(x+\ln(x+\ln(x+...)))$.
Now from this we can conclude that $y=\ln(x+y)$.
Therefore, $e^{y}=(x+y)$.
Now if I was asked to differentiate this expression then my method would be $e^{y}y'=1+y'$. Therefore, $y'(e^{y}-1)=1$. Therefore, $y'=\frac{1}{e^{y}-1}$, where $y=\ln(x+\ln(x+\ln(x+...)))$.
But I can't integrate this expression. Please help me out with this question.

$$y:{=\ln(x+\ln(x+\ln(x+...)))\\\Rightarrow y=\ln(x+y)\\\Rightarrow e^y-y=x\\\Rightarrow dx=(e^y-1)dy}$$
Without making things compliacted we are calculating for $x\ge1$ branch,
$${\quad\,\int \ln(x+\ln(x+\ln(x+...))) dx\\ =\int y(e^y-1)dy\\ =\color{#027cc4}{\int ye^ydy} -\int ydy \\ =\color{#027cc4}{y\int e^ydy -\int{\left[\,{\frac{d}{dy}(y)\int e^ydy}\,\right]\,dy}}-\int ydy\quad\color{#027cc4}{\text{(IBP)}}\\ =ye^y-e^y-\frac{y^2}2+c\\ =e^y(y-1)-\frac{y^2}2+c}$$
If we write the answer in terms of $x$,
$$[x+\ln(x+\ln(x+...)))][\ln(x+\ln(x+...)))-1]-\frac{[\ln(x+\ln(x+...)))]^2}2+c$$