Explanation:
Note that the CSV file is UTF-8 encoded.Syntax
<statisticsCSV file="path" /><statisticsCSV file="path" />
Sample
<beans>
<transport coreThreadPoolSize="20">
<ruleMatching />
<dispatching />
<userFeature />
<statisticsCSV file="c:/temp/stat.csv" />
<httpClient />
</transport>
</beans><beans> <transport coreThreadPoolSize="20"> <ruleMatching /> <dispatching /> <userFeature /> <statisticsCSV file="c:/temp/stat.csv" /> <httpClient /> </transport> </beans>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| file | true | - | Locations of csv file to write out logs. | stat.csv |