1.45
Version ID: 04t09000000BXPmAAO
API
- Improve the performance of capturing consecutive limits.
- Link account record in the database lead convert error log.
- Add fields to
External Log Importcustom metadata:ok__External_Log_Namespace__candok__Default_Log_Level__c.
Unit Testing
- Retrieve all the logged events of a specific log level by using the
ok.LoggerTestUtil.getLogEvents(ok.LogLevel.*)method, for exampleList<ok__Log_Event__e> infoEvents = ok.LoggerTestUtil.getLogEvents(ok.LogLevel.INFO).