Is there an appender / GUI interface for log4j?

I want to show my logs in a GUI in a text box, list, etc. (something like ImgBurn), but I did not find a ready-made appender that does this. Is there an app for this?

I am currently doing logging to the console without any problems.

+3
source share
5 answers

Take a look at Apache Chainsaw: this can use the Receiver concept from the latest Log4j collections to display events: http://logging.apache.org/chainsaw/index.html . p>

If you want to display the text box in real time, you may need to write your own recipient class.

+4
source

Free ( ), .

?

+1

OtrosLogViewr. ( SFTP, FTP, Samba)

+1

Chainsaw - VFSLogFilePatternReceiver, .

- , , ( ')

http://people.apache.org/~sdeboy

0
source

Try Glasswall, which adds the contents of the log to the page if you are using a servlet.

http://code.google.com/p/glasswall/

0
source

All Articles