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

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