$$\int_a^b \frac{1}{1+x}dx=\log_e(1+x)|_a^b=\log_e(1+b) - \log_e(1+a)=\log_e\frac{1+b}{1+a}$$
For $a=0$ and $b=1$ this goes to $\log_e2$
That's my answer.
But ... if you want to know why $\int_a^b \frac{1}{1+x}dx=\log_e(1+x)|_a^b$ then here is the answer to that question.
We kind of have to work backwards, so let's start with: $$y=\log_e(1+x)$$ Using laws of indices:
$$1+x=e^y$$ Differentiate both sides with repect to $x$: $$1=e^y \frac{dy}{dx}$$ Divide both sides by $e^y$: $$\frac{1}{e^y}=\frac{dy}{dx}$$ We know that $e^y =1+x$ so let's sub that in: $$\frac{1}{1+x}=\frac{dy}{dx}$$ Multiply both sides by $dx$: $$\frac{1}{1+x}dx=dy$$ Integrate both sides from $x=a$ to $x=b$: $$\int_a^b \frac{1}{1+x}dx=\int_{y(a)}^{y(b)} dy$$ Left hand side is what we want, just integrate the right hand side: $$\int_a^b \frac{1}{1+x}dx=y|_{y(a)}^{y(b)}$$ We already have an expression for $y$ which we defined at the beginning, so let's sub that in: $$\int_a^b \frac{1}{1+x}dx=\log_e (1+x) |_a^b$$ This is the required relation.