RE: wrong class and method information when logging

2003-07-17 Thread Mark Womack
Hi Stuart, For future reference, your question is more appropriate for the log4j-user email list. What you have effectively done is create a wrapper class around the log4j logger class. If you want to have log4j display the class from which the original trace statement is called, then you need t

RE: wrong class and method information when logging

2003-07-17 Thread Susan Maddison
When you instantate your logger maybe do it like this? private static Logger logger = Logger.getLogger("com.packagename.packagename.viewhelper..class"); -Original Message- From: Stuart Yoxall [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 10:09 To: '[EMAIL PROTECTED]' Subject: w