|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +--- |
| 4 | + |
| 5 | +## LoggerConfigurationSelector class |
| 6 | + |
| 7 | +Selector class used for all queries that are specific to the configuration layer. |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +### Methods |
| 12 | + |
| 13 | +#### `getInstance()` → `LoggerConfigurationSelector` |
| 14 | + |
| 15 | +The instance of `LoggerConfigurationSelector` used for any querying specific to the configuration layer |
| 16 | + |
| 17 | +##### Return |
| 18 | + |
| 19 | +**Type** |
| 20 | + |
| 21 | +LoggerConfigurationSelector |
| 22 | + |
| 23 | +**Description** |
| 24 | + |
| 25 | +The singleton instance of `LoggerConfigurationSelector` |
| 26 | + |
| 27 | +#### `getLogEntryDataMaskRules()` → `List<LogEntryDataMaskRule_t>` |
| 28 | + |
| 29 | +Returns the `LogEntryDataMaskRule_t` records in the org. |
| 30 | + |
| 31 | +##### Return |
| 32 | + |
| 33 | +**Type** |
| 34 | + |
| 35 | +List<LogEntryDataMaskRule_t> |
| 36 | + |
| 37 | +**Description** |
| 38 | + |
| 39 | +`List<LogEntryDataMaskRule_t>` containing records in the org |
| 40 | + |
| 41 | +#### `getLogEntryTagRules()` → `List<LogEntryTagRule_t>` |
| 42 | + |
| 43 | +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` |
| 44 | + |
| 45 | +##### Return |
| 46 | + |
| 47 | +**Type** |
| 48 | + |
| 49 | +List<LogEntryTagRule_t> |
| 50 | + |
| 51 | +**Description** |
| 52 | + |
| 53 | +`List<LogEntryTagRule_t>` containing enabled records in the org |
| 54 | + |
| 55 | +#### `getLogStatuses()` → `List<LogStatus_t>` |
| 56 | + |
| 57 | +Returns the `LogStatus_t` records in the org. |
| 58 | + |
| 59 | +##### Return |
| 60 | + |
| 61 | +**Type** |
| 62 | + |
| 63 | +List<LogStatus_t> |
| 64 | + |
| 65 | +**Description** |
| 66 | + |
| 67 | +`List<LogStatus_t>` containing records in the org |
| 68 | + |
| 69 | +#### `getLoggerFieldMappings()` → `List<LoggerFieldMapping_t>` |
| 70 | + |
| 71 | +Returns the enabled `LoggerFieldMapping_t` records in the org. |
| 72 | + |
| 73 | +##### Return |
| 74 | + |
| 75 | +**Type** |
| 76 | + |
| 77 | +List<LoggerFieldMapping_t> |
| 78 | + |
| 79 | +**Description** |
| 80 | + |
| 81 | +`List<LoggerFieldMapping_t>` containing enabled records in the org |
| 82 | + |
| 83 | +#### `getLoggerParameters()` → `Map<String, LoggerParameter_t>` |
| 84 | + |
| 85 | +Returns the `LoggerParameter_t` records in the org. |
| 86 | + |
| 87 | +##### Return |
| 88 | + |
| 89 | +**Type** |
| 90 | + |
| 91 | +Map<String, LoggerParameter_t> |
| 92 | + |
| 93 | +**Description** |
| 94 | + |
| 95 | +`List<LoggerParameter_t>` containing records in the org |
| 96 | + |
| 97 | +#### `getLoggerPlugins()` → `List<LoggerPlugin_t>` |
| 98 | + |
| 99 | +Returns the `LoggerPlugin_t` records in the org. |
| 100 | + |
| 101 | +##### Return |
| 102 | + |
| 103 | +**Type** |
| 104 | + |
| 105 | +List<LoggerPlugin_t> |
| 106 | + |
| 107 | +**Description** |
| 108 | + |
| 109 | +`List<LoggerPlugin_t>` containing records in the org |
| 110 | + |
| 111 | +#### `getLoggerSObjectHandlers()` → `List<LoggerSObjectHandler_t>` |
| 112 | + |
| 113 | +Returns the `LoggerSObjectHandler_t` records in the org. |
| 114 | + |
| 115 | +##### Return |
| 116 | + |
| 117 | +**Type** |
| 118 | + |
| 119 | +List<LoggerSObjectHandler_t> |
| 120 | + |
| 121 | +**Description** |
| 122 | + |
| 123 | +`List<LoggerSObjectHandler_t>` containing records in the org |
| 124 | + |
| 125 | +#### `getLoggerScenarioRules()` → `List<LoggerScenarioRule_t>` |
| 126 | + |
| 127 | +Returns the `LoggerScenarioRule_t` records in the org. |
| 128 | + |
| 129 | +##### Return |
| 130 | + |
| 131 | +**Type** |
| 132 | + |
| 133 | +List<LoggerScenarioRule_t> |
| 134 | + |
| 135 | +**Description** |
| 136 | + |
| 137 | +`List<LoggerScenarioRule_t>` containing records in the org |
| 138 | + |
| 139 | +--- |
0 commit comments