Enhanced Queueable FinalizerContext logging messages
-
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:
-
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