Hi. All
I'm using log4j.
The dailyRollingFileAppender's logging file is *.log by default.
and the next day change file name with postfix(date) when logging content comes.
The problem is the exact timing.
I have another application that analyse logfile.
at next day I want to see yesterday's log, but don't know whether the
logfile name was changed or not.
( this log has special purpose, so the logging event doesn't come frequently )
As my thought.....
if log appender write log at --.log.2006-06-08 and next day
--.log.2006-06-09, I have no problem.
Is there some solution ?
Plz reply with solution ^^
Thanks in Advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org
|