Hallo A static member is initialized only once, at the time when the class first time is loaded. Beside that, the call to Logger.getLogger( xyz ) delivers always the same instance of the logger xyz. You can call this as much as you like. The logger repository is built new on every restart of the JVM.
Plz, can you point out what you mean exactly with "in each run" ? Heri > -----Original Message----- > From: Charith Fernando [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 8:17 AM > To: 'Log4J Users List' > Subject: RE: LOG4J messages printing twice > > > static Logger logger = Logger.getLogger(MessageSenderBean.class); > > this is the code that I use to initialize the logger..... > > Thank you, > Regards, > Charith I. Fernando > +94 77 3263222 (Mobile) > > -----Original Message----- > From: Charith Fernando [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 11:59 AM > To: 'Log4J Users List' > Subject: RE: LOG4J messages printing twice > > I think the problem is the class gets called twice so the logger gets > initialized twice.. how can I solve this problem. > > Thank you, > Regards, > Charith I. Fernando > +94 77 3263222 (Mobile) > > -----Original Message----- > From: Charith Fernando [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 10:29 AM > To: 'Log4J Users List' > Subject: RE: LOG4J messages printing twice > > Can u do this by having a static initializer? > > Thank you, > Regards, > Charith I. Fernando > +94 77 3263222 (Mobile) > > -----Original Message----- > From: Charith Fernando [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 10:19 AM > To: [email protected] > Subject: LOG4J messages printing twice > > Hi all, > > > > When my code runs the number of times it prints on the screen > increases by 1 > in each run. > > > > I suspect that the loader gets registered more than once. > whats the solution > for this? > > > > Thank you, > > Regards, > > Charith I. Fernando > > +94 77 3263222 (Mobile) > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
