❔ Write X amount of lines to file and then start overriding
Hey,
I want to log the last 20000 outputs of my project to a log file.
I get one string per output and want it to append it to the bottom of the log file until 20000 entries have been reached. From thereon it should replace whatever line BatchCount currently is. Sadly, I haven't been able to figure it out myself.
(BatchLimit is 20000 currently)
TYIA
Code Sample from Main Method
And here what I have now for the LogWriter
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.