NebulaLogger

The most robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.

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