nebula-logger-console
Installation
SKILL.md
Using the Nebula Logger Console
What the Console Is
The Logger Console is a Salesforce Lightning App shipped with Nebula Logger. It gives admins, support engineers, and developers a purpose-built place to browse logs without hand-writing SOQL against the log-management custom objects (Log__c, LogEntry__c, LogEntryTag__c, LoggerScenario__c, LoggerTag__c) every time something happens in production.
- App API name:
LoggerConsole. - Navigation entries include
Log__c,LogEntry__c,LoggerScenario__c,LoggerTag__c, andLogEntryTag__c. - A utility bar (
LoggerConsoleUtilityBarFlexiPage) surfaces aLogger Settingspanel for editing the effective hierarchy record without leaving the console.
Standard List Views
Nebula Logger ships a broad set of list views across all five log-management custom objects so most day-one investigations don't require a custom view:
Log__c:AllLogs,AllOpenLogs,AllClosedLogs,AllResolvedLogs,AllLogsWithERROREntries,AllLogsWithERRORorWARNEntries,AllAsynchronousLogs,AllBatchLogs,AllChildLogs,AllImpersonatedLogs,AllRESTLogs,LogsToPurgeSoon,MyAssignedLogs,MyAssignedOpenLogs,MyGeneratedLogs.LogEntry__c:All,AllERRORLogEntries,AllERRORandWARNLogEntries,AllApexLogEntries,AllComponentLogEntries,AllFlowLogEntries,AllHttpRequestLogEntries,AllHttpResponseLogEntries,AllRestRequestLogEntries,AllRestResponseLogEntries,AllExceptionLogEntries,AllImpersonatedLogEntries,AllOmniStudioLogEntries,MyGeneratedLogEntries.LogEntryTag__c:All,AllImpersonatedLogEntryTags.LoggerScenario__c:All,MyAssignedLoggerScenarios.LoggerTag__c:All.