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");

...
...
...

myLogger.info("initXlet log4j");
...
...
...

BTW: I've modified the Hierarchy class with:

public Logger getInstance (String name){
..
..
..

}

And added a new Logger class extended from Category.


Should I sent you a patch or the complete modified log4jME code. What to you suggest ?

--
Alexander Erk, Dipl.-Inf. (FH)
Institut fuer Rundfunktechnik GmbH
Diensteentwicklung und Medieninfrastruktur
Floriansmuehlstr. 60
80939 Muenchen, Germany

Tel: +49 (0)89 32399- 282 e-mail: [EMAIL PROTECTED]
Fax: +49 (0)89 32399- 200 web: www.irt.de



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

Reply via email to