TraceLevelMax
| Parameter | Type | Explanation | 
|---|---|---|
| tlAlways | TcTraceLevel | Controls the amount of log messages. All messages are thrown. | 
| tlError | TcTraceLevel | Controls the amount of log messages. Only error messages are thrown. | 
| tlWarning | TcTraceLevel | Controls the amount of log messages. Error and warnings are thrown. | 
| tlInfo | TcTraceLevel | Controls the amount of log messages. Errors, warnings and infos are thrown. | 
| tlVerbose | TcTraceLevel | Controls the amount of log messages. No messages are thrown. | 
| Back to Data Recorder Parameter (Init) | ||