InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Log4j.properties? |
|
Answer» The log4j.PROPERTIES file is a log4j CONFIGURATION file which KEEPS properties in key-value PAIRS. By default, the LogManager looks for a file named log4j.properties in the CLASSPATH. The log4j.properties file is a log4j configuration file which keeps properties in key-value pairs. By default, the LogManager looks for a file named log4j.properties in the CLASSPATH. |
|