I am trying to prove that $\log(n!)$ is $O(\log n^n)$ and I have an intuition for it, but I can't seem to find the constant $c$ that would make $\log(n!) < c \cdot \log(n^n)$ for all $n > n_0$.
As of now my idea is that we could split $\log(n!)$ into $\log(1) + \log(2) + \dots + \log(n)$ and $\log(n^n)$ into a sum of $n \log(n)$s, but I still don't think that would give me a constant $c$ that doesn't depend on $n$. Could you all guide me in the right direction?