Re[3]: log4j programming question...

2002-07-18 Thread Jacob Kjome
One update. I got an email from another user who said to explicitly cast to a Logger because Logger.getInstance() returns a Category for backwards compatibility, so you need to cast. So, it would be: transient final private static Logger logger =

Re[3]: log4j programming question...

2002-07-18 Thread Ceki Gülcü
At 16:42 18.07.2002 -0500, Jacob Kjome wrote: One update. I got an email from another user who said to explicitly cast to a Logger because Logger.getInstance() returns a Category for backwards compatibility, so you need to cast. The above sentence although formally correct can be misread. To