Login
Remember
Register
Ask a Question
Mention what are the two static methods for obtaining a logger object?
0
votes
asked
Apr 25, 2022
in
Apache Log4j
by
rajeshsharma
Mention what are the two static methods for obtaining a logger object?
log4j-logger
logger-object
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 25, 2022
by
rajeshsharma
The two
static methods
for obtaining a
logger object
are
Public static Logger getRootLogger()
Public static Logger getLogger(String name)
...