Re: Multiple FileAppenders in one class

2002-02-20 Thread Tom Bednarz
> Sounds very similar to what i do. > I use different categories to direct my messages to another > fileappender...thus..different log file. > just instantiate the cateogires you need. and use them appropriately. > > Does that mean that I can do the following: public final class EWCInit ex

Re: Multiple FileAppenders in one class

2002-02-20 Thread T Master
To: "log4j user list" <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 8:04 AM Subject: Multiple FileAppenders in one class > Hi, > > Is it possible to have more than one file appender in one class and log > different things to it? I like to do the following: >

Multiple FileAppenders in one class

2002-02-20 Thread Tom Bednarz
Hi, Is it possible to have more than one file appender in one class and log different things to it? I like to do the following: Generating normal program output in one file and creating a transaction protocol in a different file. The transaction protocol should be for transactions only and shoul