NebulaLogger
NebulaLogger copied to clipboard
Create a "recipes" package
To provide some functional examples of Logger in use, there needs to be a new unlocked package that contains "recipes" for common scenarios. At a minimum, it should have examples for:
- Apex: examples of logging in a custom class, in a trigger, in a queueable class, and in a batchable class
- Flow: examples of all 3 classes in use (
FlowLogEntry,FlowRecordLogEntry,FlowCollectionLogEntry) - Lightning components: examples of logging from both a lightning component and an aura component