First of all, if $x$ is a real parameter, the "factorial" doesn't make sense (unless it's some notation for the Gamma function). Anyway, I'll use $n$ instead of $x$ for an integer variable; So you want to compute $$\lim_{n\to\infty}\frac{\log(n!)}{n\log(n)}$$ Well, first of all, observe that $\log(n!)=\log(1)+\dots+\log(n)\leq\log(n)+\dots+\log(n)=n\log(n)$ so your limit (if existent) is $\leq 1$. On the other hand, let $n\in\mathbb{N}$ and $f(x)=\log(x)$. Let $P$ be the partition $\{1,\dots n\}$ of the interval $[0,n]$. Then We have that $\displaystyle{\log(n!)=\sum_{k=1}^{n}\log(k)=U(f,P)}$, i.e. the upper Darboux sum of $f$ for this partition; The Riemann integral $\displaystyle{\int_1^n\log(x)dx}$ is defined as the infimum of all upper Darboux sums of $f$ over all possible partitions of $[1,n]$, hence $\log(n!)\geq\int_1^n\log(t)dt=n\log(n)-n+1$. Deviding on both sides with $n\log(n)$ yields $$\frac{\log(n!)}{n\log(n)}\geq1-\frac{n-1}{n\log(n)}$$ Taking limits and observing that the RHS limit is $1$ gives the rest.