$$\lim_{z\to0}\ln\left\lvert\frac{iz-1}{iz+1}\right\rvert$$
The $ln$ is the natural logarithm on a real number since the inside is the norm of a complex number. My question is: can I just move the limit inside by saying that $ln$ is a continuous function?
i.e.
$$\lim_{z\to0}\ln\left\lvert\frac{iz-1}{iz+1}\right\rvert = \ln\left\lvert\frac{i(\lim_{z\to0} z)-1}{i(\lim_{z\to0} z)+1}\right\rvert=\ln1=0$$
Is this correct?
Yes, though I might prefer $$\lim_{z\to0}\ln\left|\frac{iz-1}{iz+1}\right| = \ln\left(\lim_{z\to0}\left| \frac{iz-1}{iz+1}\right|\right) = \ln\left|\lim_{z\to0} \frac{iz-1}{iz+1}\right| = \ln1=0$$
Your logarithm is always of a positive real number and for small complex $z$ you will have $\frac{iz-1}{iz+1}$ close to $-1+i0$, and so $\left|\frac{iz-1}{iz+1}\right|$ close to $1$, leading to $\ln\left|\frac{iz-1}{iz+1}\right|$ close to $0$