DO NOT REPLY [Bug 47014] Method Name in log (%M) invalid for some callers when using Category.log(...)

2009-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47014 --- Comment #1 from Jacob Kjome 2009-04-10 20:45:02 PST --- Adding a period at the end of the FQCN is the recommended way for wrapper classes to call logger.log(), though I'm not sure read that information (a long while back). I'm not

Re: Beginners question: log4j implementation, variable log4j properties

2009-04-10 Thread Jacob Kjome
Please don't post user questions to the dev list. I've sent this to the user list, Bcc'ing the dev list, just in case you are not subscribed to the user list yet. See comments below... On 4/10/2009 7:03 AM, mb77 wrote: > Hello everybody, > > Beginners question here, hope all will be clear enou

DO NOT REPLY [Bug 47014] New: Method Name in log (%M) invalid for some callers when using Category.log(...)

2009-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47014 Summary: Method Name in log (%M) invalid for some callers when using Category.log(...) Product: Log4j Version: 1.2 Platform: PC OS/Version: Windows XP Status:

Beginners question: log4j implementation, variable log4j properties

2009-04-10 Thread mb77
Hello everybody, Beginners question here, hope all will be clear enough and log4j specific enough. I'm co-building an application that consists of around thirty java classes that all use log4j. We have a class called MyLogger.java that is imported by all these classes. In MyLogger we have this