I'm using log4cpp
to log CSV
data to log files that may wrap around and I want each log file to have a CSV
column header.
Is there a way to define the header line of a log4cpp
log file, so that log4cpp
always prependeds it to log files even after they roll over?