C
CABA
Hi,
I have a little problem with log4j.
I use a properties file for the log4j configuration with an Appender of type
FileAppender, with a HTMLLayout.
I would wish that the name of my files created in every session contains the
date and the hour of creation. I don't know how to make this directly in the
properties file :
log4j.appender.A_FILE.File=log.html
How to make thus to have a file like this :
log-YYYYMMDD-HHMMSS.html ???
Thanks,
CABA
I have a little problem with log4j.
I use a properties file for the log4j configuration with an Appender of type
FileAppender, with a HTMLLayout.
I would wish that the name of my files created in every session contains the
date and the hour of creation. I don't know how to make this directly in the
properties file :
log4j.appender.A_FILE.File=log.html
How to make thus to have a file like this :
log-YYYYMMDD-HHMMSS.html ???
Thanks,
CABA