what are the system properties checked by log4j?
Answer / Shobhit Rastogi
Log4j checks various system properties to configure itself. Some of these include 'log4j.rootLogger', 'log4j.configurationFile', and 'log4j.appender'. Developers can set these properties in their application code or as command-line arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
why do you get multiple copies of the message in log file sometime?
what is the role of filter in log4j?
what is Log4j?
what are the system properties checked by log4j?
what are the other support objects in Log4j?
In log4j how can you log into the database?
Explain whether log4j is a thread safe?
what is layouts in log4j?
what does WARN and TRACE level indicates in log4j?
Explain why to use Apache Log4j?
what are the different types of Appenders?
what are the two static methods for obtaining a logger object?