I encountered this when trying to solve a number theory problem. I have two variables $x,y$ related by
$$(\ln(x))^{y+1}=(\ln(xy))^y$$
and I want to know how big $y(x)$ is as $x\to\infty$. Ideally I want to know that $y(x)\sim\ln(x)$ or $y(x)\sim \sqrt{x}$ or whatever it is. But if that's not possible, a tight lower bound would suffice.
I've messed with this expression enough that I managed to convince myself it isn't possible to isolate either variable, except maybe using something like Lambert's W function, and even that I wasn't able to do. So the remaining alternative is to try to solve it as a problem about an implicit function. This sounds like something that is possible with standard calculus tools.
I will assume that $y>1$ and $x >e$. Note that your equation is equivalent to $$ \log x = \left( {1 + \frac{{\log y}}{{\log x}}} \right)^y . $$ From this, $$ \log x = \left( {1 + \frac{{\log y}}{{\log x}}} \right)^y \le e^{y\frac{{\log y}}{{\log x}}} , $$ i.e., $\log x\log \log x \le y\log y$. This implies $y \ge \log x$. Therefore, $$ \log x = \left( {1 + \frac{{\log y}}{{\log x}}} \right)^y \ge \left( {1 + \frac{{\log \log x}}{{\log x}}} \right)^y , $$ i.e., $$ \frac{{\log \log x}}{{\log \left( {1 + \frac{{\log \log x}}{{\log x}}} \right)}} \ge y. $$ The left-hand side is $\log x +\mathcal{O}(\log \log x)$. Thus, we can also see that $y(x)=\log x +\mathcal{O}(\log \log x)$ as $x \to +\infty$.