Creates a function that gets the base 10 log of the numerical expression
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic static IExpression Log(
	IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
 The expression to take data from when calculating
            the result
Return Value
Type: 
IExpressionA function that gets the base 10 log of the expression
 See Also
See Also