Log Exporter Component
The Log Exporter component subscribes to a Bus and logs any received publications to a logger. All received publications are logged at the Info log level.
Based on the configuration of the Logger component, the subscriptions can be output to the following:
- Console
- File
- Trace data flow on a Bus
Log Exporter Configuration Variables
| Parameter | Type | Description | Valid Values | Required |
|---|---|---|---|---|
| Bus | String | The name of the Bus component to use | The name of an existing Bus component | Y |
| Logger | String | The name of the Logger component to use | The name of an existing Logger component | N |
| Cookie | Integer | The cookie value for the subscriber | A valid cookie | N |
| Pattern | String | The pattern to match on the Bus component for subscription | Default: # | N |