jlv icon indicating copy to clipboard operation
jlv copied to clipboard

Java logging viewer

Results 22 jlv issues
Sort by recently updated
recently updated
newest added

It would be great to have a possibility to change the format in the date column. Because during development the logs usually are from the same day. So only the...

We upgraded the slf4j-api-1.7.21.jar in our java project to slf4j-api-1.7.25.jar. This causes JLV logging to break with the following stacktrace in the plugin log (/.metadata/.plugins/com.rdiachenko.jlv.plugin/logs/jlv-plugin.log): ``` [2017-04-13 10:10:12,614] [ERROR] [SocketConnectionHandler]...

I'm missing some separation between each log instance. For example, every time a new connection is detected, a new tab could be created with logs only of that instance. This...

approved

NatTable is a flexible and powerful plugin for creating tables/grids which have a higher performance on big data comparing to JFace TableViewer. So, we have to investigate this tool and...

task

1. Look for ready solutions 2. If there is no any suitable solution think about creating text log parser with the following parameters: -- log file layout pattern -- text...

task

Look here: https://code.google.com/p/log4j-viewer/wiki/Alternative_Log4j_viewers Investigate existing log viewers, their pros and cons. Combine good solutions and consider implementing them in the current viewer. Additional functional issues should be created. Create wiki...

task

Hi, One of the features of log4j I use daily in eclipse is the ability to click on the location information in a log message (in the console view) and...

task

jlv-core module: - remove unnecessary and old tests - improve current unit tests and create new ones - increase code coverage index by unit tests

task

Create plug-in for IntelliJ IDEA. It should have a functionality similar to JLV Eclipse plugin. Look here for the starting point: http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment and here http://stackoverflow.com/a/15457976

task

- create the project's site by using gh-pages branch - update links to Eclipse update site in the following places: https://github.com/rdiachenko/jlv/blob/master/jlv-eclipse-plugin/jlv-feature/feature.xml

task