|
WDF Staff
Join Date: April 2004
Location: Cottage Grove, Minnesota
Posts: 3,359
|
I would use a .txt file and give the filename something like: paypal_error_log_2010_03.txt
You check to see if the file is already made for the year and month, if not, create it,
if it exists, append to it.
Filename is descriptive, so you know by viewing directory what the file contains.
|