Flow Logging
Logging from a flow supports following log levels:
- ERROR - Using InvocableErrorLogger.
- WARN - Using InvocableWarnLogger.
- INFO - Using InvocableInfoLogger.
- DEBUG - Using InvocableDebugLogger.
- FINE - Using InvocableFineLogger.
All loggers are tagged with the Logging
category.
To publish a log, add a new action element and search for corresponding logger. Each invocation publishes logs immediately.
Flow logs and Apex logs in the same transaction are grouped in a Transaction Log record.
Sample Error Logging using Fault Path in a flow: