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.
Selector class used for all queries that are specific to the configuration layer.
getInstance()
→ LoggerConfigurationSelector
The instance of LoggerConfigurationSelector
used for any querying specific to the configuration layer
Type
LoggerConfigurationSelector
Description
The singleton instance of LoggerConfigurationSelector
getLogEntryDataMaskRules()
→ List<LogEntryDataMaskRule_t>
Returns the LogEntryDataMaskRule_t
records in the org.
Type
List<LogEntryDataMaskRule_t>
Description
List<LogEntryDataMaskRule_t>
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
Type
List<LogEntryTagRule_t>
Description
List<LogEntryTagRule_t>
containing enabled records in the org
getLogStatuses()
→ List<LogStatus_t>
Returns the LogStatus_t
records in the org.
Type
List<LogStatus_t>
Description
List<LogStatus_t>
containing records in the org
getLoggerFieldMappings()
→ List<LoggerFieldMapping_t>
Returns the enabled LoggerFieldMapping_t
records in the org.
Type
List<LoggerFieldMapping_t>
Description
List<LoggerFieldMapping_t>
containing enabled records in the org
getLoggerParameters()
→ Map<String, LoggerParameter_t>
Returns the LoggerParameter_t
records in the org.
Type
Map<String, LoggerParameter_t>
Description
List<LoggerParameter_t>
containing records in the org
getLoggerPlugins()
→ List<LoggerPlugin_t>
Returns the LoggerPlugin_t
records in the org.
Type
List<LoggerPlugin_t>
Description
List<LoggerPlugin_t>
containing records in the org
getLoggerSObjectHandlers()
→ List<LoggerSObjectHandler_t>
Returns the LoggerSObjectHandler_t
records in the org.
Type
List<LoggerSObjectHandler_t>
Description
List<LoggerSObjectHandler_t>
containing records in the org
getLoggerScenarioRules()
→ List<LoggerScenarioRule_t>
Returns the LoggerScenarioRule_t
records in the org.
Type
List<LoggerScenarioRule_t>
Description
List<LoggerScenarioRule_t>
containing records in the org