Hi everyone, I would like to know more about how Log4J is architectured. More in particular the use of the AsyncAppender within a J2EE environment. Suppose I'v got 3 EJB's: EJB1, EJB2 and EJB3 that create loggers with names: TraceLogger.EJB1, TraceLogger.EJB2 and TraceLogger.EJB3.
Logger creation and configuration is done in a central class that first checks if configuration needs to be done or not. My TraceLogger logger uses an AsyncAppender that references for example a JMSAppender and a SocketAppender. What I would like to know is: How many extra threads are there created by the use of the AsyncAppender. One that serves everything? one for each EJB that logs? Thanks Jeroen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
