Logger makeLogFile(String fname)
Arguments
fname: The filename
Usage
Create a log file and return the logging method. The file will not actually be created, if it doesn't already exist, until it is logged to.
fname: The filenameCreate a log file and return the logging method. The file will not actually be created, if it doesn't already exist, until it is logged to.