Is there a way to get the determinant $\text{Det}(M)$ of a matrix $M$ from the matrix of its logarithms, i.e.
$\Bigg( \begin{smallmatrix} \log(M_{00}) & \log(M_{01}) & \ldots \\ \log(M_{10}) & \log(M_{11}) & \\ \vdots \end{smallmatrix}\Bigg)\ \ \ \ ? $
Note that I don't mean the actual matrix logarithm; then I could use the second identity in this question.
EDIT: I mean if there is a faster way than exponentiating the elements and computing the determinant from scratch.