Question: 1 . Create Java project Week 1 3 XMLLogger. This project will include development of the BuiltinLoggerXML class. 2 . Create BuiltinLoggerXML.java to capture logging

1. Create Java project Week13XMLLogger. This project will include development of the BuiltinLoggerXML class.
2. Create BuiltinLoggerXML.java to capture logging errors of at least SEVERE, WARNING, and INFO in an XML output file mylog.xml.(25 points)
a. Create at least 4 exception messages in mylog.xml. You can do this using logic in try/catch or you give the user the option to generate exceptions. You select your method for a prototype XML log.
b. Generate mylog.xml outfile and be sure this resides in your project folder. (25 points)
3. Be sure the program checks for other error processing as necessary. (10 points)
4. The program must follow proper naming conventions of this course. (10 points)
5. Test the program and provide a print-screen of the test results. (10 points)
6. Be sure to have the proper program documentation/comments. All methods must have the proper JavaDoc comments. (10 points)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!