0 votes
in Apache Log4j by
Mention what is the best way to migrate from java.util logging to log4j?

1 Answer

0 votes
by

The best way to migrate from java.util  logged to log4j is to use global file search/replace method.  It will replace with “org.apache.log4j.Logger”

...