Re: log4j and log4jME

2003-01-20 Thread Ceki Gülcü
At 16:12 20.01.2003 +0100, Alexander Erk wrote: First I've tried to refactor the Category into Logger, which worked fine, but then I saw that I also have to change it from public Logger getInstance (String name) also to public Logger getLogger(String name) and in order to keep up backwards c

Re: log4j and log4jME

2003-01-20 Thread Alexander Erk
Ceki Gülcü wrote: At 15:37 20.01.2003 +0100, Alexander Erk wrote: Hello dear log4j developers, I've modified the log4jME source in a form that it is in the line with the log4j stuff. This means an application can do: static Logger myLogger = Logger.getLogger("foo.bar.FooBar"); BTW: I've mod

Re: log4j and log4jME

2003-01-20 Thread Ceki Gülcü
At 15:37 20.01.2003 +0100, Alexander Erk wrote: Hello dear log4j developers, I've modified the log4jME source in a form that it is in the line with the log4j stuff. This means an application can do: static Logger myLogger = Logger.getLogger("foo.bar.FooBar"); BTW: I've modified the Hierarchy