aminedev
aminedev

Reputation: 323

Show the log trace of logslf4J and tomcat in a textArea

I'm using Java EE and I want to show the log trace of logslf4J and Tomcat in a textArea.

Any idea how I can do this?

Upvotes: 0

Views: 103

Answers (1)

Mark Thomas
Mark Thomas

Reputation: 16625

Take a look at how this open source project makes the Tomcat logs accessible.

http://code.google.com/p/psi-probe/

Upvotes: 1

Related Questions