InterviewSolution
Saved Bookmarks
| 1. |
How Will You Configure Maximum File Size Before Rollover Using Log4j.properties? |
|
Answer» Following CODE configures maximum FILE size before ROLLOVER − # Set the maximum file size before rollover Following code configures maximum file size before rollover − # Set the maximum file size before rollover |
|