Tagged Questions
2
votes
3answers
1k views
Implementing a fixed-size log file, or a circular buffer on disk
I checked this question, but it's not what I'm looking for.
I'm trying to figure out how to cap a log file's size (say, 10MB), and as soon as it's hit, either:
start writing to the beginning, ...