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 lwc logEntryEventStream, used to stream Log Entries in console and Tabular view.
getDatatableDisplayFields() → List<String>Returns the list of columns to be displayed in LogEntryEventStream datatable. The fields are configured in the custom metadata record LoggerParameter_t.LogEntryEventStreisplayFields.
Type
List<String>
Description
The instance of List<String>, containing the list of columns to be displayed in
isEnabled() → BooleanIndicates if the LWC logEntryEventStream has been enabled (default) or disabled
Type
Boolean
Description
The Boolean value of the LoggerParameter_t record LoggerParameter.EnableLogEntryEventStream