Log viewer with IntelliJ integration [closed]
Asked Answered
R

3

9

I'm looking for a log viewer, the most interesting feature for me is integration with IntelliJ and opening log from remote servers. It can be IntelliJ plugin or standalone application.

Rugged answered 26/3, 2014 at 11:28 Comment(0)
L
6

You can try OtrosLogViewer. This is a standalone application with IntelliJ integration. You can click on stacktrace fragment and IntelliJ will open selected class at pointed line. See screenshot below: JumpToCode

If you hover a mouse on stacktrace, code fragment will display as a tooltip:

Tooltip

You can check video with integration on youtube: youtube video

You can open logs from remote server using SFTP, FTP, SMB or HTTP(S). It's really usefull if your application is deployed on tomcat in data center and you tail logs live with ability to open class from stacktrace in IntelliJ or view code fragment in OtrosLogViewer.

Disclaimer: I am the author of OtrosLogViewer

Lacombe answered 26/3, 2014 at 12:36 Comment(0)
J
2

I think this is what you are looking for Log4JPlugin

Jetbrains repository contains this plugin and way to configure this. look here for more details.

Jodeejodhpur answered 26/3, 2014 at 11:32 Comment(0)
U
2

There is a Vigilog intellij plugin that does what you need http://vigilog.sourceforge.net/jumptocode.html

Undulation answered 27/3, 2014 at 14:10 Comment(1)
This feature in OtrosLogViewer was insired by Vigilog. IntelliJ plugin was based on plugin used by Vigililog with some enchancment.Lacombe

© 2022 - 2024 — McMap. All rights reserved.