Do all order of moments exist for the log-exponential family (both multivariate and single-variate)? I already know they exists for log-normal distribution: single variate $EX^n=e^{n\mu+\frac{n^2\sigma^2}{2}}$ and multivariate $E(X_1^{k_1}\cdots X_n^{k_n})=e^{k'\mu+\frac{1}{2}k'\Sigma k}$.
If not, how about the exponential family without log?
How about log-normal-mixture or or log-RBF-kernel-density or RBF-kernel density estimate without log?
If by "log-exponential" you mean a random variable $Y$ for which $\log Y \sim \operatorname{Exponential}(\lambda)$, then it is trivial to show $$f_Y(y) = \begin{cases}\lambda y^{-\lambda - 1}, & y \ge 1 \\ 0, & \text{otherwise}, \end{cases}$$ for the usual $\lambda > 0$. That is to say, $Y \sim \operatorname{Pareto}(1,\lambda)$ which is Pareto Type I with scale parameter $1$ and shape $\lambda$. We can easily observe that only finitely many positive integer moments exist, since $$\operatorname{E}[Y^k] = \int_{y = 1}^\infty y^k \lambda y^{-\lambda - 1} \, dy$$ exists if and only if $k - \lambda - 1 < -1$, i.e., $k < \lambda$.