The integral $f(y)=\int_0^y\ln(x-\ln(x))~dx$ is on my mind.
I'm not sure if this has a closed form? Maybe we need to use the lambert-W function to solve this one?
If it cannot be done in closed form, I wonder what a good asymptotic is.
I considered using Taylor series both for solving the integral in closed form and to find a good asymptotic. However $\ln(x)$ (or $\ln(x+1)$) has a limited radius of convergence.
So I'm stuck.
Maple seems to only have a difficulty with $$\int_0^1\ln(x-\ln x) dx = 0.3224577\ldots =: C$$ The taylor series about $y=1$ is the given by $$I(y+1) = C + \frac16 y^3 - \frac1{12} y^4 + \frac1{40} y^5 - \frac1{180} y^6 + \mathcal O(y^7)$$![Plot of $I(y)$ for $y \in [0,5]$](https://i.stack.imgur.com/6xbAe.png)