Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using a nlog's CSV layout file for data logging.

<target xsi:type="File" [...]>
  <layout xsi:type="CSVLayout">
    <column name="Value1" layout="${event-context:item=Value1}"/>
    [...]

I'm getting column headers appended to the file every time I run the logging application. Is there a way to only get the column headers created when a new log file is created?

Thanks

share|improve this question
Did you ever find a solution? I am having the same issue. – Andy May Jul 6 '10 at 13:08
Afraid not, it was never really important enough. We just put up with it. – Spike Jul 8 '10 at 4:46

1 Answer

Discussed here, could be fixed in latest nightly builds according to Jarek.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.