Ceki, thanks for the advise.  So I updated the wrapper to use Logger and am now using 
log4j-1.2.8.jar.  I still get the same output?  I probably did not fully understand 
your recommendation what did I miss. thanks

Scott

 protected org.apache.log4j.Category getCategory(String categoryName) {
        return org.apache.log4j.Logger.getInstance(categoryName);
    }

05 Jun 2003 11:40:59,527 [DEBUG] requestHandler.debug -  [PID :13082] SEECHook 
requestHandler completed request ...

-----Original Message-----
From: Ceki Gülcü [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 05, 2003 8:52 AM
To: Log4J Users List
Subject: Re: Calling method not showing


Scott,

In you wrapper, you call use the generic Category.log(
   <http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html>String 
callerFQCN,
   <../../../org/apache/log4j/Priority.htm>Priority level,
   <http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html>Object 
message,
   <http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Throwable.html>Throwable 
t)  method.

At 08:19 AM 6/5/2003 -0400, you wrote:
>I inhertied a project that is using log4j.  A framework was added that 
>wraps log4j and now the method is no longer visible in the output.  I 
>get back the log4j wrapper method.  How can I get back the calling 
>method?
>
>Scott

--
Ceki  For log4j documentation consider "The complete log4j manual"
       ISBN: 2970036908  http://www.qos.ch/shop/products/clm_t.jsp 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to