Audit Trail Generator
The audit trail generator is included in the distribution package and is located in the samples/AuditTrailGenerator directory. This sample can be used to generate the CME audit trail files.
It has the following arguments:
LogFileToAnalyse
- The path to the summary log file that will be used as a source file for audit trail data.OutputFieldDelimiter
- The delimiter between fields in the resulting audit file (by default, the comma is used).CMETradeDayStartTimeUtc
- The CME trade day start time in UTC (by default, 4:45 CST - 9:45 UTC is used).
Note
Please do not forget to place the actual template file in the folder where this tool is located.
Example
dotnet OnixS.Cme.ILink3.AuditTrailGenerator.dll LogFileToAnalyse.summary
Results:
LogFileToAnalyse.csv
file;AuditTrailGeneratorLog.txt
file.
Note
The format of the summary log file and audit trail requirements for CME iLink 3 differs from the CME iLink 2. Therefore, there are two different audit trail generators. This means that the audit trail generator for iLink 2 cannot be used to generate audit trail files for iLink 3.
See Also
- The Audit Trail Generator sample from the distribution package.