Separate properties file for each category

2002-07-24 Thread Daly, Michael
Is there a way to have a properties file defined for each category? I would like each application within a JVM to be able to configure their application logging without needing one giant log4j.properties file that every app must edit (and potentially cause problems for other apps). Is this

RE: Logging to separate files

2002-07-22 Thread Daly, Michael
log4j.appender.fileAppender2.File=file2.log -raghu -Original Message- From: Daly, Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, July 19, 2002 4:55 PM To: '[EMAIL PROTECTED]' Subject: Logging to separate files I have two separate components running as part of a single app. Is there a way to have each