what does .class mean in log4j context?
Answer / Rashmi Sharma
.class refers to a Java class file. In the context of Log4j, you might see references to Logger.getLogger(YourClass.class), which returns a logger instance for the specified class.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is package level logging in log4j?
what is Log4j?
what is the command to write your logging information into a file?
what is layouts in log4j?
what are Appenders in Log4j?
In log4j how can you log into the database?
what is the role of filter in log4j?
what does .class mean in log4j context?
what does WARN and TRACE level indicates in log4j?
what is the difference between Threshold and LevelRangeFilter in log4j?
what are the system properties checked by log4j?
Explain whether log4j is a thread safe?