RE: How to get PrintStream of an Appender?

2002-10-10 Thread Shapira, Yoav
Hi, >We are using a third-party tool where its debugger >only has the method 'getDebugStream(PrintStream s)' >to config its debug io stream. OK. >We want to use log4j, which means we need to pass >the streams associated with an Appender (file or >socket appender). Can this be done and how to >g

How to get PrintStream of an Appender?

2002-10-09 Thread Xiaoyan Liu
Hi, all, We are using a third-party tool where its debugger only has the method 'getDebugStream(PrintStream s)' to config its debug io stream. We want to use log4j, which means we need to pass the streams associated with an Appender (file or socket appender). Can this be done and how to get the