View Single Post
  #5  
Old 05-24-2012, 10:23 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by Crow View Post
I don't think you can rename logs via script.
PHP Code:
if (temp.linecount >= MAXLINES) {
  
temp.logsave++;
}
savelog2("whatever_"@temp.logsave@".txt"temp.logsave); 
Wouldn't that be a solution?
Reply With Quote