Re:Re: can each thread has a logfile?

2002-12-03 Thread Li YuanHao
> } >}; > >// Returns thread local logger >private static Logger getLogger() { >return ( Logger ) THREAD_LOCAL_LOGGER.get(); >} > >public void doSomething() { > getLogger().debug( "foobar" ); > /

Re: can each thread has a logfile?

2002-12-02 Thread Li YuanHao
Hi,Could anyone tell me THAT whether I can configure log4j to log each thread to each self logfile? Could you give a sample? Any advice is appreciated . -- To unsubscribe, e-mail: For additional commands, e-mail:

can each thread has a logfile?

2002-12-01 Thread Li YuanHao
Hi,Could anyone tell me THAT whether I can configure log4j to log each thread to each self logfile? Could you give a sample? Any advice is appreciated . -- To unsubscribe, e-mail: For additional commands, e-mail: