RE: Initialization Question

2002-11-21 Thread Fabien Modoux
nd reference the variables... I started using DOMConfigurator in order to be able to use AsyncAppender. Hope this helps. Best regards, Fabien --------- Fabien Modoux, Voicemate - http://www.voicemate.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROT

RE: Initialization Question

2002-11-21 Thread Fabien Modoux
nient and Ant has this feature in its xml build file. Has anyone experience this and found a workaround for it? Is there any reason this was not added or is it planned for future releases? Thank you in advance for your time. Fabien - Fabien M

RE: Experience with C/C++ Log4j ports

2002-06-18 Thread Fabien Modoux
Hello Scot, Thank your very much for sharing your experience. This seems like a very good idea. Do you think that there could be any performance issue, comparing to using a native port? Regards, Fabien - Fabien Modoux, Voicemate - http

RE: Several log hierarchies

2001-06-20 Thread Fabien Modoux
logging facility and others for specific services logging? can I do that with the category hierarchy directly, or do I have to instantiate a new hierarchy as I initially thought? Thanks, -Fabien ----- Fabien Modoux, Voicemate - http://www.voicemate.com -

Several log hierarchies

2001-06-20 Thread Fabien Modoux
PropertyConfigurator().doConfigure(configFile.getAbsolutePath(), h); return h.getInstance("MY_APP LOG"); } else { // return default logging hierarchy } Is that the proper way to accomplish this? Thanks for your help, -Fab