0 votes
in Apache Log4j by
Mention what does .class mean in log4j context?

1 Answer

0 votes
by

In log4j context, .class is used to get the full name of your class and that string is used to configure this logger object.  For example,

logger.getlogget (Myclass.class)

...