I was playing around with a method of how to do negative logs and cane up with the following method using Euler's identity:
$$e^{i\pi} = -1$$ $$\therefore \ln{-1} = i\pi$$
So therefore the following can be used for negative numbers:
$$\ln{x} = \ln{-x} + i\pi$$
E.g.
$$\ln{-e} = \ln{e} + i\pi$$ $$\ln{-e} = 1 + i\pi$$
However, I decided to try to use this with $\ln{e}$:
$$\ln{e} = \ln{-e} + i\pi$$ $$\ln{e} = 1 + 2i\pi$$
Since $\ln{e} = 1$, does this mean that $1 = 1 + 2i\pi$? Or have I made a mistake at some point?