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.
Controller class for the LWC logViewer
, used to provided different views on a Log__c
record
getLog(Id logId)
→ LogDTO
Returns a Log__c record from the database, using either the Salesforce ID or transaction ID
Param | Description |
---|---|
logId |
The Salesforce ID or TransactionIdc of the Logc |
Type
LogDTO
Description
The matching record, with all fields that the current user can access
log
→ Log__c
logEntries
→ List<LogEntry__c>
logEntriesRelationshipName
→ String