Skip to content

jklepek/LogReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LogReader

An application for reading log4j log files built on javafx. Log records are color coded according to their severity and can be filtered accordingly. Application supports multiple opened files. Each file can be automatically refreshed, if there are new records in it. When log file is reset, log entries in application are refreshed to mirror the actual state. Parent directory of each opened file is being watched and when there is a new .log file, notification will pop up. For convenience, stacktrace can be copied to clipboard with a push of a button. Settings allow setting of initial directory and auto-refresh interval, which is stored in user preferences. Multiple custom layout patterns can defined in settings with standard log4j pattern (e.g. %d{yyyy-dd-MM HH:mm:SS,SSS} %c %p %m) Events now can be filtered by selected property, or by double-clicking on an item in the TreeTable on the left.

An executable jar can be generated by running "mvn clean package"

Application screenshot

About

Log reader for log4j log files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages