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 Log4j?
what are Appenders in Log4j?
what are the system properties checked by log4j?
what are the different types of Appenders?
what is layouts in log4j?
Explain whether a log output format can be customized?
what are the two static methods for obtaining a logger object?
Explain whether log4j is a thread safe?
why do you get multiple copies of the message in log file sometime?
what are the three principal components of Log4j?
what are the format characters used in log4j?
Inside logger component what are the different log levels?