1.48
Version ID: 04t09000000BXUTAA4
API
- Hide null stack trace from the system debug log.
- External logs changes:
- Log Level parsed safely. If it is not mapped to the
ok.LogLevelenum, thenERRORis the default value. - Source changed to a new value,
EXTERNAL. - Namespace Prefix populated from
ok__External_Log_Import__mdt.ok__External_Log_Namespace__c.
- Log Level parsed safely. If it is not mapped to the
Unit Testing
- When an error is logged, thd
AssertExceptionis thrown. This exception cannot be caught in a try-catch block and causes the test to fail.