Time complexity of n factorial

Can you explain me what is the time complexity of lg (n!) = ………………

O(n)

O(lg n)

O(n^2)

O(n lg n)