nebula-logger-install
Installation
SKILL.md
Nebula Logger Installation and Initial Configuration
Why Nebula Logger Instead of Only System.debug()
System.debug() is useful during active debugging, but it is not a durable observability strategy for production operations.
- Debug logs have short retention windows and are hard to query for historical analysis.
- Searching by business record, process scenario, or tags is limited compared to purpose-built logging objects.
- It does not provide a unified approach across Apex, LWC, Aura, Flow, and OmniStudio.
Nebula Logger gives teams a consistent, queryable logging model across Salesforce runtime contexts.
Package Choice: Unlocked vs Managed
Nebula Logger supports both package types with the same core metadata, but the operating model differs.