Concept:
Use the identity:
\[
e^{\log a} = a
\]
Then simplify the integrand and use substitution.
Step 1: Simplify $e^{\log \cos x}$.
\[
e^{\log \cos x} = \cos x
\]
Step 2: Rewrite the integral.
\[
\int \sin^3 x \cdot \cos x \, dx
\]
Step 3: Use substitution.
Let:
\[
u = \sin x \quad \Rightarrow \quad du = \cos x \, dx
\]
Step 4: Transform the integral.
\[
\int u^3 \, du
\]
Step 5: Integrate.
\[
\frac{u^4}{4} + C
\]
Step 6: Substitute back.
\[
= \frac{\sin^4 x}{4} + C
\]