Deletes all Developers for All users from the server and returns te number of delete log entries as number.
OptionalreportProgress: (progress: { progress: number; total: number }) => anyReports the progress of the delete operations
Optionaltoken: CancellationTokenCancellation token
Clears the specified trace flags from the server
Id of the trace flags to clear
Clear all trace flags for the currently connected user; deletes TraceFlag where TracedEntityId is set to the id of the current user
PrivatedeleteExtends/refresh the trace flag with the specified ID
Id of the trace flags to extend
Number of seconds starting now by which to extend the trace flag
PrivategetGets basic details about the user for the current connection
Gets a list of the currently configured logging levels in Salesforce
Retrieves developer logs from the server
Optionalfrom: DateSince date
true if to only query the logs fro the current user otherwise retiree all logs
PrivategetSet the trace flags based on the specified details.
Logging level to set
Type of logging to set
OptionaltrackedEntityId: undefinedOptionally the tracked entity; required for class and use debugging
OptionaldurationInSeconds: numberDuration of the logging sessions; default is 1 hour or 3600 seconds
Trace flag instance id which can be used to extend or clear
Set the trace flags based on the specified details.
Logging level to set
Type of logging to set
Optionally the tracked entity; required for class and use debugging
OptionaldurationInSeconds: numberDuration of the logging sessions; default is 1 hour or 3600 seconds
Trace flag instance id which can be used to extend or clear
Removes all active and expired trace flags for the current Salesforce instance.