[mdr-users] Using log4j instead of ErrorManager with standalone MDR
"Olivier RICHAUD" <[email protected]> Wed, 3 Aug 2005 15:18:29 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <005d01c5982d$d77bc410$6564a8c0@lauris> |
Hi all, I'm looking for a way to replace MDR's own logging system by log4j. I'm using the standalone version of MDR. I have gone through various articles, but none of them gave me an answer. As far as I understand, I may need to provide my custom implementation of ErrorManager and replace the default one with mine. My questions, if this is the way to integrate log4j : 1. Do I need to implement all ErrorManager's methods? I wonder whether it's worh implementing annotations related methods. 2. How do I register my customer ErrorManager with the internal lookup? Remember I'm using the standalone version of MDR and worse, it is emebedded in a Jboss App Server! Thanks for your answer. Olivier.