0 votes
in Apache Log4j by
Mention what are the two static methods for obtaining a logger object?

1 Answer

0 votes
by

The two static methods for obtaining a logger object are

  • Public static Logger getRootLogger()
  • Public static Logger getLogger(String name)
...