I'm using log4cpp as a data logger for my program.
Does anyone konw how to add a collumn header for logs files created using log4cpp??
I'm using the Rolling file appender which rolls over log files after a defined file size is reached.
I would like to have a collumn header as the first entry in each of the log files, so that the logs can be loaded into an Exel spreadsheet for easy viewing.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using log4cpp as a data logger for my program.
Does anyone konw how to add a collumn header for logs files created using log4cpp??
I'm using the Rolling file appender which rolls over log files after a defined file size is reached.
I would like to have a collumn header as the first entry in each of the log files, so that the logs can be loaded into an Exel spreadsheet for easy viewing.
Thanks