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)

Related questions

0 votes
asked Apr 25, 2022 in Apache Log4j by rajeshsharma
0 votes
asked Apr 25, 2022 in Apache Log4j by rajeshsharma
...