Skip to content

andrii-solokh/DebugLogCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Deploy to Salesforce

ApexLogCleaner

Batch for deleting 'Debug Logs' periodically.

How to use

Integer runEachMinutes = 2;
new ApexLogCleaner(runEachMinutes).start();

or

Integer runEachMinutes = 2;
String whereCondition = 'LogUserId == \'' + userId + '\'';
new ApexLogCleaner(runEachMinutes, whereCondition).start();

To stop:

ApexLogCleaner.stop();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages