The CSV Log Provider send all messages to a CSV file.
Version
Latest available version is:
1.0.0.2
Usage
Specify the DTLoggedExec.LogProvider.CSVLogProvider assembly for the LogProvider command-line parameter:
/LP:DTLoggedExec.LogProviders.CSVLogProvider
Parameters
FILE
This CSV Provider needs to know where to create the CSV file. To specify this information you have to use the FILE option as value for the command-line parameter LogProviderArguments:
/LPA:"FILE=C:\Work\SSIS Logging\DTLoggedExec\Log\{filename}_{date}_{time}.dtsCSVLog"
In the file name you can use the {date} and {time} token to have date and time respectively put in the file name. The token {filename} represents package file name. The file will always have the .dtsCSVLog extension.