Major upgrade :
- some fixes
- lot of improvements
- ui modification
- graphics support
- Added a new parser for Streaming REAL Server (log type 4) (Julien Letellier)
- Added an option to speed up processing if the date range of the logs is big in multiple files
- Removed logs in the log pannel, this was causing freezing when dealing with lot of files (2000+)
- Fixed some bugs
- 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.
A lot of modifications, the major ones are analysis range setter, html export.
- Added a new date pattern option : Mth which will be converted to Jan, Feb, etc...
- Added an option to apply a delta day for the 'parseOnlyToday' option so you can analyze old logs with this option enabled. This option is enabled in config file.
- Fix a bug when generating reports in console mode when no servers are defined in the config file.
- Added a new parser for Apache HTTP server serving a DotClear Blog access log file.
- Fix a synchronization bug with the progress bar when analyzing.
- minor UI fixes.
The 2.4.1 version had a little bug with the encrypted logins (the option "encodedLogins" was not read properly). It is now corrected.
Logins and passwords in config files can be encrypted.
Filter is improved and jre <1.4 compatibilty is fixed.
- The menu command "Get last logs" is disabled if no servers are defined in the configuration to prevent log manualy copied to be deleted.
- Added the option to specify the tooltip delay in JlogCommonConfig.pro perties.
- minor UI modifications.