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

LogViewerController class

Controller class for the LWC logViewer, used to provided different views on a Log__c record


Methods

getLog(Id logId)LogDTO

Returns a Log__c record from the database, using either the Salesforce ID or transaction ID

Parameters
Param Description
logId The Salesforce ID or TransactionIdc of the Logc
Return

Type

LogDTO

Description

The matching record, with all fields that the current user can access


Inner Classes

LogViewerController.LogDTO class


Properties
logLog__c
logEntriesList<LogEntry__c>
logEntriesRelationshipNameString