A unitary matrix $U \in \mathbb C^{n \times n}$ can always be written in exponential form
$$U = e^{iA} \tag{1}$$
where $A$ is Hermitian. My goal is to find the Hermitian matrix $A$, given the unitary matrix $U$. I figured out a way by diagonalizing $U$, in the following form:
$$U = V^{\dagger} [e^{ia_{kk}}] V$$
Therefore, we get
$$A = V^{\dagger} [a_{kk}] V$$
Is this the standard way for finding the Hermitian matrix $A$ in equation (1)?
If I'd like to learn more about the exponentiation of unitary operators, and their general properties, what topics should I read?