To avoid the $\log()$ function, I am looking for a good approximation of $\log(x)$ for very small $x$ (e.g. order $10^{-5}$).
I think Taylor series expansion is useless because around these small $x$, the first order derivative approachs $+\infty$.
I did try this approximation $\log_{10}(x) \approx 1 - \frac{1}{\sqrt{x}}$ but still don't have satisfactory results.
Could anyone suggest some better approximations?

$$\ln x\sim\frac{1-x^{-x}}x\qquad{(x\to 0)}$$
or
$$\ln x\sim \frac{x^x-1}x$$
Since $x^x\approx 1$ for small $x$,
$$\ln x=\frac1x\ln x^x=\frac1x\ln(1+(x^x-1))\sim\frac{x^x-1}x$$