Hi Monks,
I have been programming recently with log files. I would create two print statements. One goes to STDOUT and the other one goes into a global array.
My logfile will be created from the global array. So I plan to create this logfile in case my script crashes/dies. Do you guys do this differently? If so how?