NebulaLogger

The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, OmniStudio, and integrations.

View the Project on GitHub jongpie/NebulaLogger

LogEntryEventHandler class

Processes LogEntryEvent__e platform events and normalizes the data into Log__c and LogEntry__c records


Constructors

LogEntryEventHandler()

Default constructor, used by the trigger LogEntryEvent.trigger

Methods

StatusApiCalloutQueueable(List<Log__c> logsToUpdate)public

execute(System.QueueableContext qc)void

getSObjectType()Schema.SObjectType

Returns SObject Type that the handler is responsible for processing

Return

Type

Schema.SObjectType

Description

The instance of SObjectType