InterviewSolution
Saved Bookmarks
| 1. |
How Will You Generate Your Log Files On A Daily Basis? |
|
Answer» To WRITE your logging information into FILES on a daily BASIS, you WOULD have to use org.apache.log4j.DailyRollingFileAppender class which extends the FileAppender class and inherits all its properties. To write your logging information into files on a daily basis, you would have to use org.apache.log4j.DailyRollingFileAppender class which extends the FileAppender class and inherits all its properties. |
|