I am beginner with NLog.
I want to save Line number along with my log entry.
1 <log content>
2 <log content>
3 <log content>
4 <log content>
.............
...........
n <log content>
where 1,2,3,.... n are line numbers in log file.
|
I am beginner with NLog. I want to save Line number along with my log entry.
where 1,2,3,.... n are line numbers in log file. |
||||
|
|
|
You can add the numbering in the layout property of the target. There is a built in layout renderer for counting called ${counter}
|
|||
|
|