Element-wise operation that converts every element to its logarithm. This operation preserves the shape of the data (scalar, vector, or matrix) but changes each value to its logarithm with the specified base. See the Julia documentation for details.
Usage
Log(base = exp(1), eps = 0, ...)