Let

theta is the angle of rotation.
The Logarithm of this matrix is:

The way to prove this is just take the exponential of B:
exp(B); however I have no idea how to do it to obtain A?
I try to use diagonalization: (suppose n = 0)

How to go further? the first term and third term is one problem.
I find an efficient way to solve this. Instead of using diagonalization, the approach is as following:
Apply the fomula for L^-1(inv(sI - A)), we obtain:
s/(s^2 + 1) = cos(theta)
-1/(s^2 + 1) = -sin(theta) ...
Done!
I always consider the Diag. when facing matrix exponential; however, Laplas TF is sometimes a better and quick way.