InterviewSolution
| 1. |
If You Want To Generate Your Logging Information In An Html-formatted File, How Will You Proceed? |
|
Answer» If you want to generate your LOGGING information in an HTML-formatted FILE, then you can use org.apache.log4j.HTMLLAYOUT to format your logging information. The HTMLLayout CLASS extends the abstract org.apache.log4j.Layout class and overrides the format() method from its base class to provide HTML-style FORMATTING. If you want to generate your logging information in an HTML-formatted file, then you can use org.apache.log4j.HTMLLayout to format your logging information. The HTMLLayout class extends the abstract org.apache.log4j.Layout class and overrides the format() method from its base class to provide HTML-style formatting. |
|