I am creating a log system where I will have say 5 log files named like <whatever>.1.log, <whatever>.2.log, ..., <whatever>.5.log
I will start writing into first log and subsequent info gets appended into the log file till it is full to the capacity. Then I will open up second log and so on...