InterviewSolution
Saved Bookmarks
| 1. |
If You Want To Write Your Logging Information Into Multiple Files Then How Will You Proceed? |
|
Answer» To write your LOGGING information into multiple FILES, you WOULD have to use org.apache.log4j.RollingFileAppender CLASS which EXTENDS the FileAppender class and inherits all its properties. To write your logging information into multiple files, you would have to use org.apache.log4j.RollingFileAppender class which extends the FileAppender class and inherits all its properties. |
|