Skip to content

Enhanced Queueable FinalizerContext logging messages

Compare
Choose a tag to compare
@jamessimone jamessimone released this 29 Oct 14:14
· 2 commits to main since this release
8e859c2
  • Utilizes Nebula Logger system messages framework to internally log info about different Apex async contexts and provides more information in the body of the associated log entry (as well as what prints to the Apex debug console) for Queueable finalizers:
    image

  • Added methods in Logger_Tests to validate that an INFO log entry is auto-generated for async contexts (when system messages are enabled). This also includes a few changes for handling Exception instances not being serializable & adding some test helper methods

  • Re-ran prettier on README.md to fix some code formatting