Concept:
The slope of the tangent to a curve is obtained using differentiation:
\[
m_t=\frac{dy}{dx}
\]
The slope of the normal is the negative reciprocal of the tangent slope:
\[
m_n=-\frac{1}{m_t}
\]
Step 1: Finding the slope of the tangent.
Given curve:
\[
y=\log_e x
\]
Differentiate with respect to $x$:
\[
\frac{dy}{dx}=\frac1x
\]
At the point $(1,0)$:
\[
m_t=\left.\frac1x\right|_{x=1}=1
\]
Thus, the slope of the tangent is
\[
m_t=1
\]
Step 2: Finding the slope of the normal.
The slope of the normal is:
\[
m_n=-\frac1{m_t}
\]
\[
m_n=-1
\]
Step 3: Forming the equation of the normal.
Using point-slope form:
\[
y-y_1=m(x-x_1)
\]
Substitute
\[
(x_1,y_1)=(1,0),
\qquad
m=-1
\]
\[
y-0=-1(x-1)
\]
\[
y=-x+1
\]
Rearranging:
\[
x+y=1
\]
Hence,
\[
\boxed{x+y=1}
\]