Overview of Nebula Logger features
mainNebula Logger is a native Salesforce observability solution that uses an event-driven pub/sub architecture via the LogEntryEvent__e platform event.
Key Capabilities:
- Multi-Platform Logging: Supports Apex (classes, triggers, anonymous), Lightning Components (LWC & Aura), Flow & Process Builder (via invocable actions), and OmniStudio (Omniscripts & Integration Procedures).
- Data Storage: Logs are stored in five custom objects:
Log__c,LogEntry__c,LogEntryTag__c,LoggerTag__c, andLoggerScenario__c. - Security & Configuration: Includes automatic data masking via
LogEntryDataMaskRule__mdtand customizable logging settings per user/profile usingLoggerSettings__c. - UI Integration: View related logs on any Lightning record page using the
relatedLogEntriesLWC component. - Extensibility: Features a built-in plugin framework (available in Unlocked Package) to automate actions on log objects using Apex or Flow triggers.