> in short: we need to set (a part of) the logfile path from within our 
> application (that reads it from the application config) and want to 
> set the logfile name from the log4j configuration file.

How about something like:

log4j.appender.logfile.File =
%logbase%/myapplication/database/logfile.log

where you then set the System property "logbase" from within your
application?

Jon

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

Reply via email to