• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Header issue for DailyRollingFileAppender when rolled over

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using DailyRollingFileAppender in log4j 1.2 to write CSV files. The first line in the CSV file contains the names of the columns and each subsequent line contains data for each column.
So I need the header logged only when a new log file is created or rolled over.
If at server startup if header information are looged to csv file,when log file is rolled over the header information are not written to csv file.

If there is any way so that the header information is written to csv file everytime when the file is rolled over.

Rgds,
Abhishek
 
Abhishek Mish
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I found that there is already bug reported for log4j.
34651|New|Enh|2005-04-27|allow for a header on top of every rolled file.

I am not sure in which version this bug was reported and whether it is fixed in other releases.
Also is it possible if custom Layout class override the getHeader method,but still the problem is i dont find any method like setHeader.

suggest.
Thanks
Abhishek
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic