Let's define a function $f$ as $f(x) = \int_1^{x} \frac{1}{t} dt$, $x>0$.
It is easy to see show the following properties:
Property (1)
The function $f$ is increasing.
To show this, assume $x_2>x_1>0$, and form the difference $f(x_2)-f(x_1)=\int_{x_1}^{x_2} \frac{dt}{t}$. Note that this difference is strictly positive since the integrand is also strictly positive. Thus, $f(x_2)>f(x_1)$ whenever $x_2>x_1$, which implies $f$ is strictly increasing.
Property (2)
The function $f$ is differentiable with $f'(x)=\frac{1}{x}$.
This follows immediately from the fundamental theorem of calculus. Note that this implies automatically that $f$ is continuous for $x>0$.
Property (3)
The limit $\lim_{x \to \infty} f(x)=+\infty$
We can easily verify that $\lim_{x \to \infty} f(x)=+\infty$ since for $n>1$
$$\int_1^{2^n} \frac{1}{t} dt=\int_{1}^{2} \frac{1}{t} dt+\int_{2}^{4} \frac{1}{t} dt+\cdots +\int_{2^{n-1}}^{2^{n}} \frac{1}{t} dt$$
$$\ge \int_{1}^{2} \frac{1}{2} dt+\int_{2}^{4} \frac{1}{4} dt+\cdots +\int_{2^{n-1}}^{2^{n}} \frac{1}{2^n} dt=\frac12 (2-1)+\frac14 (4-2) + \cdots + \frac{1}{2^{n}}(2^n-2^{n-1})=\frac{n}{2}$$
which tends to infinity as $n \to \infty$.
Property (4)
The limit $\lim_{x \to 0} f(x)=-\infty$
Examine the integral
$$f(\frac{1}{n})=-\int_{\frac{1}{n}}^1 \frac{dt}{t}$$
and substitute $u=\frac{1}{t}$. Then, we have
$$-\int_{\frac{1}{n}}^1 \frac{dt}{t}=-\int_1^n \frac{du}{u}$$
But from property (3), this integral tends to $+\infty$ and thus $f(\frac1{n})$ tends to $-\infty$ as $n \to 0$.
Property (5)
The function $f$ satisfies $f(x^n) = nf(x)$.
We know by definition that
$$f(x^n) = \int_1^{x^n} \frac{1}{t} dt$$
Then, by substituting $u=t^n$, with $du=nt^{n-1}dt$, and the limits going from $1$ to $x$ reveals
$$\log (x^n) =\int_1^{x} \frac{1}{u^{\frac{1}{n}}} nu^{\frac{1-n}{n}}du=\int_1^{x} n\frac{1}udu=nf (x)$$
NOTE:
The other well-known properties for the log, such as of a product and quotient rules, follow from Property (5).
We can also show that the inverse function, call it $exp(x)$, for $f(x)$ has all of the properties of an exponential function.
And finally, if we define the number $e=exp(1)$ such that $f(e)=1$, then we show that
$$e=\lim_{x\to 0}\left(1+x\right)^{1/x}$$
since $f'(1)=1=f(e)$ and also
$$\begin{align}
f'(1)&\equiv\lim_{h\to 0}\frac{f(1+h)-f(1)}{h}\\\\
&=\lim_{h\to 0}f\left((1+h)^{1/h}\right)\\\\
&=f(e)
\end{align}$$
which by continuity of $f$ implies $e=\lim_{h\to 0}\left((1+h)^{1/h}\right)$ and we are done!