In a logging system for an e-commerce application, given an initialized String variable logFile, write a statement that declares a PrintWriter reference variable named logWriter and initializes it to a reference to a newly created PrintWriter object. This object should be associated with a file for logging application events, where the file name is specified by the logFile variable.