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 |
what is layouts in log4j?
what is the role of filter in log4j?
what is the difference between Threshold and LevelRangeFilter in log4j?
what does .class mean in log4j context?
what is the best way to migrate from java.util logging to log4j?
why do you get multiple copies of the message in log file sometime?
what are the logging methods provided by logger class?
Explain whether log4j is a thread safe?
what is the command to write your logging information into a file?
what is Log4j?
how can you get multiple processes to log to the same file?
what does WARN and TRACE level indicates in log4j?