Hi, i am using Log4Net, I dont know why, the log it writing in this format.
here,
if you notice that the [Header] is on the same line and \r\n is also
not working properly, where as the [Footer] is missing,yes the footer
tag will appear but when I will write any entry again, can anybody tell
me why it is happening.
[Header]\r\n2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 1 for each Loop
2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 1 for each Loop
2006-01-04 12:50:39,281 [2832] INFO
ChangeMobile.Confirm 2. IsOldDate = True
I am expecting the log in this format.
[Header]
2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 1 for each Loop
2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm
1 for each Loop
2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 2. IsOldDate = True
[Footer]
Can anybody help me out.
Thanks and best regards
If someone know the better forum for Log4Net then please help me
- log4net question urgent Kamran Shahid
- Re: log4net question urgent Niall Daley
