I have written a simple logger class that I can make an instance of and it will allow me to write information to a file. It was working in one example a while back but now is throwing a NULL pointer exception error. I really do not know why this would be the case. I have placed the class code below.I have written a simple logger class that I can