Modify the Log Analyzer class so that it has a constructor that can take the name of the log file to be analyzed. Have this constructor pass the file name to the constructor of the Log file Reader class. Use the Log file Creator class to create your own file of random log entries, and analyze the data.