On Dec 9, 2008, at 10:36 AM, [EMAIL PROTECTED] wrote:

So, I answered my own question by searching a bit more on google.

The syntax is ${ENVIRONMENT_VARIABLE}/directory/fileName.txt

Now, one more question:
How does one set up the logger to create a unique log file per run. I'm
looking at dailyRollingFileAppender, 'cause I'm pretty sure something
does what I want.

Thanks

--dw


Look at log4cxx::rolling::RollingFileAppender. You could provide your own triggering policy that rotates the files on first log statement or you could override the class to rollOver() on startup.

Reply via email to