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

LogEntryEventStreamController class

Controller class for lwc logEntryEventStream, used to stream Log Entries in console and Tabular view.


Methods

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.

Return

Type

List<String>

Description

The instance of List&lt;String&gt;, containing the list of columns to be displayed in

isEnabled()Boolean

Indicates if the LWC logEntryEventStream has been enabled (default) or disabled

Return

Type

Boolean

Description

The Boolean value of the LoggerParameter_t record LoggerParameter.EnableLogEntryEventStream