According to Wikipedia (page about lognormal distribution), if $X \thicksim N(\mu, \sigma^2)$ then $Y=e^X \thicksim \mathrm{logN}(\mu, \sigma^2)$.
But the support of $\mathrm{logN}$ is just $(0,+\infty)$
So assuming $N(0,\cdot)$ I would have a fair chance that an instance of $X$ be negative. What would happen in this case? $e^\text{sth. neg}$ is a very real number, but according to the formula for the density of the lognormal distribution, it's probability is not defined, because the logarithm of $x$ is taken.
I assume the error is in my head and not on Wikipedia, so what am I missing here?
Update:
I was very confused. I'm not sure how, but I guess I thought $e^{sth. neg.}$ was a negative number itself because it's on the left side of the 0.
Or I somehow inserted $x \in X$ into $\frac1{x\sqrt{2\pi\sigma^2}}e^{-\frac{(\ln x-\mu)^2}{2\sigma^2}}$ instead of the (positive!) $e^x=y\in Y$.
I guess I wasn't expecting that symmetric values like $-x$ and $x$ would enter the $\mathrm{logN}(x,\mu,\sigma^2)$ at different points (namely $e^{-x}$ and e^x)
So thank you all very much for putting up with that and apologies for wasting everyone's time!