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

LoggerConfigurationSelector class

Selector class used for all queries that are specific to the configuration layer.


Methods

getInstance()LoggerConfigurationSelector

The instance of LoggerConfigurationSelector used for any querying specific to the configuration layer

Return

Type

LoggerConfigurationSelector

Description

The singleton instance of LoggerConfigurationSelector

getLogEntryDataMaskRules()List<LogEntryDataMaskRule_t>

Returns the LogEntryDataMaskRule_t records in the org.

Return

Type

List<LogEntryDataMaskRule_t>

Description

List&lt;LogEntryDataMaskRule_t&gt; containing records in the org

getLogEntryTagRules()List<LogEntryTagRule_t>

Returns the enabled LogEntryTagRule_t records in the org, including the field SObjectField__r.QualifiedApiName that cannot be accessed via LogEntryTagRule_t.getAll(). The value of SObjectField__c is automatically set to the value of SObjectField__r.QualifiedApiName

Return

Type

List<LogEntryTagRule_t>

Description

List&lt;LogEntryTagRule_t&gt; containing enabled records in the org

getLogStatuses()List<LogStatus_t>

Returns the LogStatus_t records in the org.

Return

Type

List<LogStatus_t>

Description

List&lt;LogStatus_t&gt; containing records in the org

getLoggerFieldMappings()List<LoggerFieldMapping_t>

Returns the enabled LoggerFieldMapping_t records in the org.

Return

Type

List<LoggerFieldMapping_t>

Description

List&lt;LoggerFieldMapping_t&gt; containing enabled records in the org

getLoggerParameters()Map<String, LoggerParameter_t>

Returns the LoggerParameter_t records in the org.

Return

Type

Map<String, LoggerParameter_t>

Description

List&lt;LoggerParameter_t&gt; containing records in the org

getLoggerPlugins()List<LoggerPlugin_t>

Returns the LoggerPlugin_t records in the org.

Return

Type

List<LoggerPlugin_t>

Description

List&lt;LoggerPlugin_t&gt; containing records in the org

getLoggerSObjectHandlers()List<LoggerSObjectHandler_t>

Returns the LoggerSObjectHandler_t records in the org.

Return

Type

List<LoggerSObjectHandler_t>

Description

List&lt;LoggerSObjectHandler_t&gt; containing records in the org

getLoggerScenarioRules()List<LoggerScenarioRule_t>

Returns the LoggerScenarioRule_t records in the org.

Return

Type

List<LoggerScenarioRule_t>

Description

List&lt;LoggerScenarioRule_t&gt; containing records in the org