Earlier quoted context omitted.
where log(n) is the natural logarithm of n https://en.wikipedia.org/wiki/Prime_number_theorem
Any log base is just a multiple of the natural log. When you talk about asymptotic growth, those factors are irrelevant.
The prime number theorem is of this stronger form, and it is in fact only the natural logarithm that makes the usual statement true. It is considerably more difficult to prove this asymptotic result (first proven 1896) than to get "within a multiplicative constant" as in big-O notation (first proven 1848--50).