InterviewSolution
Saved Bookmarks
| 1. |
How Will You Configure A Dailyrollingfileappender Using Log4j.properties? |
|
Answer» Following CODE CONFIGURES a DailyRollingFileAppender − # Define the ROOT LOGGER with appender file Following code configures a DailyRollingFileAppender − # Define the root logger with appender file |
|