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 are the other support objects in Log4j?
Inside logger component what are the different log levels?
what is package level logging in log4j?
In log4j how can you log into the database?
what is Log4j?
what are the system properties checked by log4j?
what are the format characters used in log4j?
what is the role of filter in log4j?
what are the two static methods for obtaining a logger object?
what are the three principal components of Log4j?
what are Appenders in Log4j?
Explain why to use Apache Log4j?