CSV format log type reads csv file.
This log type is licensed under GNU GPL since it is actually using a GPL'ed library to read the CSV format.
TODO: use opencsv instead to have this plugin under Apache License v2.
CSV format log type extension is published in Maven Central repository:
<groupId>net.sf.logdistiller.logtypes</groupId> <artifactId>csv</artifactId>
Once added to your classpath, it is available in LogDistiller rule file:
<logtype id="csv"> <param name="attributes">col1,col2,...</param> <attributes> <provided>logSource,col1,col2,...</provided> </attributes> </logtype>
Parameters available to this log type are published in its javadoc.