Refactoring of log4jevent class to support more file formats
Tool to browse log files
Status: Planning
Brought to you by:
pdziuba
Support for common log files should be implemented (windows log files, syslog files etc). Instead of working only in context of log4j more generic class should be introduced (eg. LogEvent ?). Abstract LogEvent class should provide interface describing single record of any log file.
generic LogEvent class is implemented.
file specific parsers need to be implemented