meydrew / otroslogviewer

Automatically exported from code.google.com/p/otroslogviewer
0 stars 0 forks source link

Support date-time formatting in log events table #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The log events table shows the time column without the date part of the log.
OtrosLogViewer displays data-time in log details component below the table; It 
is useful when reading log that span across multiple days have the date part 
too.

Is it possible to show the date part of the log entry?

Original issue reported on code.google.com by simone.g...@gmail.com on 18 Dec 2013 at 4:34

GoogleCodeExporter commented 9 years ago
git clone https://code.google.com/p/otroslogviewer/

Then edit the format in:

otroslogviewer/OtrosLogViewer-app/src/main/java/pl/otros/logview/gui/renderers/D
ateRenderer.java

to, say, "yyyy/MM/dd HH:mm:ss .SSS" and compile with:

$ ./gradlew clean test jar dist

You will find the compiled olv in:

otroslogviewer/OtrosAppDist/build/distributions/olv-....zip

Original comment by machineg...@gmail.com on 29 Jan 2014 at 1:48