LoggingService.queryNumberOfLogs Method
Gets the number of logs corresponding to query criteria.
Parameters
- filter
-
Type: Array
ElementType: dundas.logging.QueryFilterRule
(optional) The filter options for the result, or null if the filtering does not matter.
Optional: True
Return Value
Type: jQuery.Promise
Value: int
Element Value: int
A promise object that is resolved when the call is complete.
If successful, an int containing the number of logs that match the filter is returned.