The usual method of evaluating $\int \ln(x)\,\mathrm{d}x$ requires you to rewrite it as $$ \int \ln(x) \cdot \color{brown}1\,\mathrm{d}x $$ and apply integration by parts.
Letting $u=\ln(x)$ and $\mathrm{d}v=\color{brown}1 \,\mathrm{d}x$, we get that $\mathrm{d}u=\frac{1}{x} \,\mathrm{d}x$ and $v=\int \color{brown}1 \,\mathrm{d}x = x$, so our integral becomes
\begin{align} \int \ln(x) \cdot \color{brown}1\,\mathrm{d}x &=uv-\int v\,\mathrm{d}u \\[0.5em] &=x\ln(x)-\int x\cdot\frac{1}{x}\,\mathrm{d}x \\[0.5em] &=x\ln(x)-\int \mathrm{d}x \\[0.5em] &=x\ln(x)-x+c \end{align}
After looking through many calculus books, this is the only method I've found to integrate $\ln(x)$. Are there any other methods one could use to integrate the function $\ln(x)?$
You could always eliminate the log by substituting $x=e^u$. We have $$\int\ln x\,dx=\int ue^u\,du\ .$$ Now you will still need integration by parts, but in this case it's a pretty obvious integration by parts which does not rely on the "trick" of inserting a factor of $1$.