what does .class mean in log4j context?



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

Post New Answer

More Apache Log4j Interview Questions

what is Log4j?

1 Answers  


what are Appenders in Log4j?

1 Answers  


what are the system properties checked by log4j?

1 Answers  


what are the different types of Appenders?

1 Answers  


what is layouts in log4j?

1 Answers  


Explain whether a log output format can be customized?

1 Answers  


what are the two static methods for obtaining a logger object?

1 Answers  


Explain whether log4j is a thread safe?

1 Answers  


why do you get multiple copies of the message in log file sometime?

1 Answers  


what are the three principal components of Log4j?

1 Answers  


what are the format characters used in log4j?

1 Answers  


Inside logger component what are the different log levels?

1 Answers  


Categories