Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Running junit tests fails
 
re-routing of System.out to SWING component

re-routing of System.out to SWING component

2007-06-20       - By Thorsten M?ller

 Back
Reply:     1     2     3  

Hello,

I'm using Log4J combined with Apache commons.logging in my application and
want to capture everything that is written to System.out to a SWING text
area component. This means the "flow" would be as follows.

Somewhere in the code there are usual logging statements:

logger.info("foo");

Via commons.logging those statements will be forwarded to a Log4J
org.apache.log4j.ConsoleAppender which in turn has its target set to
System.out (so far this is all configured properly an works nice).

Then, the SWING application re-assigns System.out print stream by invoking
System.setOut(myPrintStream) - "myPrintStream" does nothing more than to
append to an JTextArea. The result is that nothing will be printed to
"myPrintStream" by the logging statements.

It seems to me that the re-assignment System.setOut(..) happens just too
late after Log4J has
configured everything already, i.e., it still writes to the "old" print
stream that was assigned before. If I'm right then there would be no
solution to achieve what I want to achieve. Does anybody konws of another
way to achieve this.

Many thanks,
Thorsten


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: log4j-user-unsubscribe@(protected)
For additional commands, e-mail: log4j-user-help@(protected)