开发者

log file viewer for java applications [closed]

开发者 https://www.devze.com 2023-04-08 01:34 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Up开发者_如何学运维date the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Up开发者_如何学运维date the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

All, I was exploring if there can be a tool that helps me to this:

  1. View a log file in reverse chronological order i.e. I want to see the latest log statements being written to a log file at the top of the screen and not scroll all the way down every time log file is updated.

  2. may be pause while viewing so that while I am reading or analyzing my log files, it does not refresh the screen.

Is it possible?

I am using log4j for logging in my j2ee application. Thanks.


You can use OtrosLogViewer. You can pause scrolling to bottom and turn off adding new log events. You can watch screen capture on youtube.

Disclaimer: I am the author of OtrosLogViewer


You can use Apache Chainsaw. Although it doesn't appear to be actively developed, you can:

  • toggle the option of automatically scrolling to the bottom. You can also order the log records in the reverse chronological order, to display the most recent records first, so the previous option is no longer required.
  • pause log record collection. This will discard any log records and will not update the display until you resume collection.


Use LogMX from www.logmx.com. I've worked with Chainsaw and LogFactor5, but in the end, LogMX is worth the money. Use Chainsaw if you want something free.


Check mtail (or monkeytail). It's not exactly what you are searching for but maybe worth a look.

Watch all of your logs using monkeytail

Some closed question in SO:

  • The best Tail GUI
  • Best tail (log file visualization) freeware tool?
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号