anb0s / LogViewer

Eclipse Plug-in for tailing log files and eclipse consoles (e.g. SVN, Java Stack Trace, CDT), including syntax coloring with either a regular expression or a word match. It allows you to have multiple logs open concurrently.
http://anb0s.github.io/LogViewer
Eclipse Public License 2.0
35 stars 8 forks source link

Support log4j text logs viewing #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. one of the most popular logging framework :). It has standardized output
which is also followed by other frameworks too.
2. Also this is about text and not xml.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by meetji...@gmail.com on 21 Jan 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Hi,

Log Viewer can only read contents from files. You can configure your log4j to 
use
FileAppender and open this file with Log Viewer. I will check the possibility 
to read
from log4j stream (sockets).

Andre

Original comment by andre.bo...@gmail.com on 22 Jan 2010 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 31 Jan 2010 at 7:23

GoogleCodeExporter commented 9 years ago
Logback (fork of Log4j by Ceki, the Log4j founder, and has a few great 
improvements
over Log4j) has a console plugin too.  It only receives messages via socket and 
not
from files.  If adding socket support, you may want to review its source for 
ideas.

http://logback.qos.ch/consolePlugin.html

Original comment by jeffjjen...@gmail.com on 31 Jan 2010 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 25 Feb 2010 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 18 Nov 2010 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@anbos.de on 29 Sep 2012 at 7:05