Re: DailyRollingFileAppender (newest on top)

2009-12-12 Thread mc1392
Thank you. I thought about that, but was hoping there was some easier alternative. I will give it a shot. : ) Curt Arnold-3 wrote: > > > On Dec 8, 2009, at 3:48 PM, mc1392 wrote: > >> >> Is there any way to get the log entries to have the most recent on top? >> Currently I am using html layou

Re: DailyRollingFileAppender (newest on top)

2009-12-12 Thread Curt Arnold
On Dec 8, 2009, at 3:48 PM, mc1392 wrote: > > Is there any way to get the log entries to have the most recent on top? > Currently I am using html layout and the newest entry ends up at the bottom > of the file. > I'd like the newest on top. > Appending content is within the capabilities of jav