Does anybody have a good class for keeping a log file?
subj
# 1 Re: Does anybody have a good class for keeping a log file?
Well...there are many different ways depending on the way you want to keep your logfile...
I have attached a small logger class which will create a simple buffered logfile...
I had to remove some of my wrapper classes for threads and semaphores etc. but it should work...let me know if not...