Run-Time Components

Run-time components enhance the functionality of the iWay DQC server. Their parameters are configured in a run-time configuration file. The type of component is set by the class attribute.

iWay DQC supports the FileLoggerComp run-time component. This component is used for monitoring the values of counters in the iWay DQC server and logging those values to a file.

Example:

<runtimeComponents>
                <runtimeComponent class="cz.adastra.cif.processor. monitoring.file.FileLoggerComp" fileName="filename" stdout="true" loggingIntervalInMins="1" />
</runtimeComponents>

iWay Software