mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
Convert getLogger() and Log4J imports for Log4J 2
This commit is contained in:

committed by
Mark H. Wood

parent
fb4e7ae9cb
commit
7f4b4e9f8a
@@ -16,7 +16,7 @@ import org.apache.commons.cli.HelpFormatter;
|
||||
import org.apache.commons.cli.OptionBuilder;
|
||||
import org.apache.commons.cli.Options;
|
||||
import org.apache.commons.cli.PosixParser;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.dspace.content.Collection;
|
||||
import org.dspace.content.Community;
|
||||
import org.dspace.content.DSpaceObject;
|
||||
@@ -37,7 +37,7 @@ import org.dspace.services.factory.DSpaceServicesFactory;
|
||||
*/
|
||||
public class IndexClient {
|
||||
|
||||
private static final Logger log = Logger.getLogger(IndexClient.class);
|
||||
private static final Logger log = org.apache.logging.log4j.LogManager.getLogger(IndexClient.class);
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
|
Reference in New Issue
Block a user