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

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top