What are the features for logging and error handling?

What are the features for logging and error handling?

The following features are helpful during development,

  • Debugging

The following are the logging mechanisms,

 *   Write to Log step/entry
 *   Debug Log  step/entry
 *   Audit log step for business logs

The following are for error handling,

  • Individual step/entry error handling
  • Try-Catch steps