0 votes
in Apache Log4j by
Mention what are the logging methods provided by logger class?

1 Answer

0 votes
by

Logger class provides a variety of methods to handle logging activities.  To obtain a logger object it provides two static methods

Public static logger getRootLogger();

Public static logger getLogger(String name);

Related questions

0 votes
asked Aug 17, 2023 in iSecurity by rajeshsharma
0 votes
asked Oct 12, 2019 in Cloud Computing by rajeshsharma
...