RE: how to log debug message in Axis

2002-02-15 Thread Taras Shkvarchuk
Title: RE: how to log debug message in Axis http://jakarta.apache.org/log4j/docs/documentation.html   In your class you will need to have something like this:   import org.apache.log4j.Category; public class Boo {   private static Category log=Category.getInstance(Boo.class.getName

RE: how to log debug message in Axis

2002-02-15 Thread Jianlin Chang
Title: RE: how to log debug message in Axis With regard to reply from Koen Weyn, how do I insert code using log4j facility in my own handlers?  Where can I find relevant docs?  Thanks.  -Original Message- From:   Jianlin Chang  Sent:   Thursday, February 14, 2002 8:31 PM To

RE: how to log debug message in Axis

2002-02-15 Thread Koen Weyn
Jianlin, I a logging all messages to a file called axis.log: - Take the log4j.properties file out of axis.jar - Adapt it to look like this (or have a look at the log4j Manual if you want something else) # Set root category priority to ERROR and its only appender to A1. log4j.rootCategory=DEBUG,