- Modified the code to allow multiple file transfert protocols.
- Added SFTP support. Put useSFTP=true in config file to enable it.
- Added a new parser for Apache Geronimo / WebSphere CE. There is a bug in the
geronimo.out log file (invalide character). Use useGeronimoHack= true in config
to solve the problem until the bug is corrected, otherwise the line number will
not be accurate.
- Added direct copy to clipboard from result tables.
- Changed the parser inmplementation from interface to abstract class.
- Added an option to code a custom action in the parser, accessed from a popup menu.
- Optimized FTP log download (a file will not be downloaded again if it is
allready localy present). Can be turned of if forceDownload=true.
- Added log file FTP resume (the ftp server must support it). Enabled with
option tryResuming=true. If the resuming fails, the log file will be normally
downloaded.
- FTP download progress bar is more accurate.
- The analyse progress bar can be more accurate with option
smoothProgressbar=true, but this needs a first pass on all log files, wich takes
some more seconds for analysis.
- Added an option to display log file line process analysis time to help parser
developpers to optimize there code (thanks to Julien for this contribution). It
is enabled with displayParsingTime=true option.
- Added a sort option on the result table (double-click a column header to sort it).
- Modification of the statistics display: a new panel was added which can
display a table with statistics data. The table is dynamique and its whole
structure is easily defined in the parser.
- Modification of the reports templates to display statistics in a table.
- Changed the export to Excel readable files: a new file which contains
statistics data is created if some stats exists.
- Added parser infos.
- Some UI modifications.