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.

Names

Short

erecord

Full

EnhancedRecord

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.

Output parameters

Parameter Description

return code

Return code of the program.

log file

The created log file.