> How is it possible for showing Log4j output into a dbSwing JTextArea
> component?
I have never used it, but:
> public class LF5Appender extends AppenderSkeleton
>
> LF5Appender logs events to a swing based logging console. The swing
> console supports turning categories on and off, multiple detail level
> views, as well as full text searching and many other capabilties.
maybe it fits your need.
Else use a SocketAppender and have you Swing app act as
a server app.
Arne