Here is the Delta Method as I understand it: suppose $\sqrt{n}(X_n - \mu) \overset{d}{\to}\mathcal{N}(0, \sigma^2)$. Let $g$ be differentiable and $g^{\prime}(\mu) \neq 0$. Then $$\sqrt{n}[g(X_n)-g(\mu)]\overset{d}{\to}\mathcal{N}(0, \sigma^2[g^{\prime}(\mu)]^2)\text{.}$$
This is a follow-up to Uniform distribution order statistic converging to negative exponential distribution. I have already proven the following:
Suppose $Y$ is an exponential random variable with mean $\theta$. Assume $X_1, \dots, X_n$ are independent uniform $(0, \theta)$ random variables, $\theta > 0$ a constant. Let $X_{(n)}$ be the largest order statistic.
Show that $$n[X_{(n)}-\theta]\overset{d}{\to}(-Y)$$ as $n \to \infty$.
The next problem states
Let $Y_0$ be an Exponential$(1)$ random variable. Then, show $$n[\ln(X_{(n)})-\ln(\theta)]\overset{d}{\to}-Y_0$$
I can guess as how one would do this: set $g(x) = \ln(x)$, $g^{\prime}(\theta) = \dfrac{1}{\theta}$, so then we would get
$$n[X_{(n)}-\theta]\overset{d}{\to}(-\dfrac{1}{\theta}Y) \overset{d}{=}-Y_0\text{.} $$ But as you can see above, the Delta Method is only applicable for normal distributions. Is there a "generalized" Delta Method that I'm not aware of? I.e., suppose $\sqrt{n}(X_n - \mu) \overset{d}{\to}Y$. Let $g$ be differentiable and $g^{\prime}(\mu) \neq 0$. Then $$\sqrt{n}[g(X_n)-g(\mu)]\overset{d}{\to}g^{\prime}(\mu)\cdot Y\text{?}$$ It also bothers me that we're using $n$ in the problem rather than $\sqrt{n}$. What am I missing?
The solution mentions to use the Delta method (does not explain why) and does not elaborate beyond that it converges in distribution to $(-1/\theta)Y$.