If I have a config file that reads like below

# Set root category priority to DEBUG and using Appender FileLogger
log4j.rootCategory=DEBUG, FileLogger


log4j.appender.FileLogger=org.apache.log4j.FileAppender
log4j.appender.FileLogger.File=<Unknown until Runtim>

Is there a way to read the config file using the propertyconfigurator 
but leave out the File name and set it after the propertyconfigurat has
been created?

My issue is that the File name is not available until run time.

Thanks.




Ian Huynh
http://www.hubspan.com
mailto:[EMAIL PROTECTED]
Phone: (206) 838-5400 ext. 1203
Fax: (206) 838-5449


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to