| Author |
Inserting Headers in log file using log4j
|
Srinath Kannan
Greenhorn
Joined: Jan 11, 2011
Posts: 14
|
|
Hi,
I have semi-colon separated values logged to a csv file using log4j. Now i wanted to write a header in first line [only once, everyday]. How this can be done?
Example
message id, file name, start time, end time, status
MSGID1000;SAMPLE.TXT;01:05:55;07:08:44;OK
MSGID1000;SAMPLE.TXT;01:05:55;07:08:44;NOK
|
Regards
Srinath
|
 |
lydia edward
Greenhorn
Joined: Feb 02, 2011
Posts: 11
|
|
Hi,
I am sorry that I am not posting an answer to your question. But I want to know how you are implementing a csv file using log4j since that is exactly what I am trying to do. Can you please let me know with an example?
Thanks,
Lydia.
|
 |
 |
|
|
subject: Inserting Headers in log file using log4j
|
|
|