log4j « Development « Java Swing Q&A





1. Log4J Swing Appender    stackoverflow.com

I need to append log4j content to a Swing component (JTextArea or similar). Is there a common way to do this?

2. There is an interface/GUI appender for log4j?    stackoverflow.com

I want to show my logs in the GUI in a textfield, list, etc. (something like ImgBurn), but I not found a ready appender that do this. There are an appender ...

3. Using log4j in Swing application    stackoverflow.com

Our Swing application doesn't limit the number of application instance user opens that is user can run as many app instances as he likes by accessing JWS link more than once. ...