I've stumbled upon one integral which is rather challenging because of the fractional power of t:
\begin{equation}\int_0^\infty \log(1+tx)t^{-p-1}dt, \end{equation} where $p\in(0,1)$ and $x>0$. Any idea how to approach it using contour integration?
Update: to add some interesting background, it turns out that this integral is used to express a very simple expression \begin{equation} x^p = \frac{1}{\pi}p \sin(p\pi)\int_0^\infty \log(1+tx)t^{-p-1}dt \end{equation}

I know this isn't contour integration, but a proof of your expression using Feynman integration - let
$$ I(x) = \int_0^{\infty} \log(1+tx)t^{-p-1} \ \mathrm{d}t, $$ $$ I'(x) = \int_0^{\infty} \frac{t^{-p}}{1+tx} \ \mathrm{d}t, $$ making the substitution $u=tx$, $$ I'(x) = x^{p-1}\int_0^{\infty} \frac{u^{-p}}{1+u} \ \mathrm{d}u. $$ Recall the result that $$ \int_0^{\infty} G(u)f(u) \ \mathrm{d}u = \int_0^{\infty} F(u)g(u) \ \mathrm{d}u, $$ where $F$ is the Laplace transform of $f$ and $G$ is the Laplace transform of $g$. Let $$F(s) = \frac{1}{1+s}, \quad f(t) = \mathrm{e}^{-t}$$ and $$g(t) = t^{-p}, \quad G(s) = \frac{\Gamma(1-p)}{s^{1-p}},$$ then $$ I'(x) = x^{p-1}\Gamma(1-p)\int_0^{\infty} u^{p-1}\mathrm{e}^{-u} \ \mathrm{d}u. $$ The remaining integral is the definition of $\Gamma(p)$. Recall the reflection formula, $$\Gamma(1-p)\Gamma(p) = \frac{\pi}{\sin{(\pi p)}},$$
then
$$ I'(x) = \frac{\pi x^{p-1}}{\sin{(\pi p)}}, $$
$$ I(x) = \frac{\pi x^{p}}{p \sin{(\pi p)}} + C, $$
where we can use the fact that $I(0) = 0$ to say that $C=0$. Hence $$ \int_0^{\infty} \log(1+tx)t^{-p-1} \ \mathrm{d}t = \frac{\pi x^{p}}{p \sin{(\pi p)}} $$ as claimed.