The definition of general complex log for any non-zero complex number $z$ is $$Log(z)=\log|z|+i[\arg(z)+2m\pi], m\in \mathbb{Z}$$
With this, if $n\in \mathbb{N}$ then $Log(z^{1/n})=\frac{1}{n} Log(z)$ holds for all non-zero complex number $z$.
I verified this for $Log(i^{1/2})=\frac12 Log(i)$ successfully but could not make up with the following: $$Log(i^{1/3})=\frac13 Log(i)$$
Let me show what I have done and where I got stuck.
Since $i=\cos(2n\pi+\frac{\pi}{2})+i \sin(2n\pi+\frac{\pi}{2}), n\in \mathbb{Z}$ then by De-Moivre' s theorem, we have \begin{align} i^{1/3}= & \cos\left(\frac{2n\pi+\frac{\pi}{2}}{3}\right)+i\sin\left(\frac{2n\pi+\frac{\pi}{2}}{3}\right), n=0,1,2 \\ =& \cos\left(\frac{(4n+1)\pi}{6}\right)+i\sin\left(\frac{(4n+1)\pi}{6}\right), n=0,1,2\\ = &\begin{cases} \cos(\frac{\pi}{6})+i\sin(\frac{\pi}{6}) \\ \cos(\frac{5\pi}{6})+i\sin(\frac{5\pi}{6}) \\ \cos(\frac{9\pi}{6})+i\sin(\frac{9\pi}{6}) \end{cases}\\ = &\begin{cases} \cos(\frac{\pi}{6})+i\sin(\frac{\pi}{6}) \\ \cos(\pi-\frac{\pi}{6})+i\sin(\pi-\frac{5\pi}{6}) \\ -\cos(\frac{\pi}{2})-i\sin(\frac{\pi}{2}) \end{cases}\\ = &\begin{cases} \frac{\sqrt{3}}{2}+i\frac{1}{2} \\ -\frac{\sqrt{3}}{2}+i\frac{1}{2} \\ 0-i \end{cases} \end{align}
Now LHS: \begin{align} \frac13 Log(i)=&\frac13[\log|i|+i\{\arg(i)+2n_1 \pi\}], n_1\in \mathbb{Z}\\ =&\frac13(2n_1\pi+\frac{\pi}{2}), n_1\in \mathbb{Z}\\ =&(4n_1+1)\frac{\pi i}{6}, n_1\in \mathbb{Z} \end{align}
whereas we see that \begin{align} &Log(i^{1/3})\\ =&\begin{cases} \log|\frac{\sqrt{3}}{2}+i\frac{1}{2}|+i[\arg(\frac{\sqrt{3}}{2}+i\frac{1}{2})+2m_1\pi]\\ \log|-\frac{\sqrt{3}}{2}+i\frac{1}{2}|+i[\arg(-\frac{\sqrt{3}}{2}+i\frac{1}{2})+2m_2\pi]\\ \log|-i|+i[\arg(-i)+2m_3\pi] \end{cases}\\ =&\begin{cases} i[\frac{\pi}{6}+2m_1\pi]\\ i[\frac{5\pi}{6}+2m_2\pi]\\ i[\frac{-\pi}{2}+2m_3\pi] \end{cases}, m_1, m_2, m_3\in \mathbb{Z} \end{align}
And here I got stuck. I don't know how to finish. Any help will be appreciated.