EnhancedRecord
Description
The EnhancedRecord is a Recorder extension. It can be used as logger to write the output of every stage in a separate log file.
Input parameters
| Parameter | Description |
|---|---|
rotating |
This adds a number to every log in the filename when this is set "true". |
name |
The name of the file to create. |
action |
This property controls if a existed log should be appended or a new file should be created. If this is set to true a new file would be created. |
loglevel |
The logging level of the content that should be written to the file. |