Domanda

Otroslogviewer is a stunning log viewer. The log display shows the time column without the date part of the log.

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

best regards

È stato utile?

Soluzione

OtrosLogViewer displays data-time in log details component below. Currently We are not supporting Date-time formatting in log events table. If you think it's useful please open feature request at OtrosLogViewer bug tracker

Altri suggerimenti

Get olv source:

git clone https://code.google.com/p/otroslogviewer/

Then edit the date format in:

otroslogviewer/OtrosLogViewer-app/src/main/java/pl/otros/logview/gui/renderers/DateRenderer.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

LogMX is another log viewer, and it displays both date & time: www.logmx.com. It can read any log format from any source, and can do a lot.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top