Skip to content

Exception Logger class to be used in try catch blocks that catch and log errors with stack trace in a custom object.

Notifications You must be signed in to change notification settings

rotatineni/ExceptionLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExceptionLogger

Exception Logger class to be used in try catch blocks that catch and log errors with stack trace in a custom object.

  1. Create Custom Object first before saving the Exception Logger apex class

  2. Create Exception Logger Apex Class in your org.

  3. Add Try Catch blocks to existing class(s) and call this apex class within

  4. You can setup email alerts(using Process Builder) on this Custom Object that will notify respective groups according to the criteria.

About

Exception Logger class to be used in try catch blocks that catch and log errors with stack trace in a custom object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages