LoggingService.deleteOldLogEntries Method

Removes the older log entries based on the date time passed in.
 

Parameters

dateTime

The before date. All log entries that occur before this date will be removed.
Optional: True

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.