Logging in Flow - jongpie/NebulaLogger GitHub Wiki
Quick Start
Within Flow & Process Builder, you can select 1 of the several Logging actions

In this simple example, a Flow is configured after-insert and after-update to log a Case record (using the action 'Add Log Entry for an SObject Record')

This results in a Log__c record with related LogEntry__c records.

Features for Flow Builders
Within Flow (and Process Builder), there are 4 invocable actions that you can use to leverage Nebula Logger
- 'Add Log Entry' - uses the class
FlowLogEntryto add a log entry with a specified message - 'Add Log Entry for an SObject Record' - uses the class
FlowRecordLogEntryto add a log entry with a specified message for a particular SObject record - 'Add Log Entry for an SObject Record Collection' - uses the class
FlowCollectionLogEntryto add a log entry with a specified message for an SObject record collection - 'Save Log' - uses the class
Loggerto save any pending logs
