summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java b/dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java
index 65086b85..8ff3a584 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/Branding.java
@@ -22,12 +22,12 @@ import java.util.List;
import java.util.Properties;
import org.openslx.dozmod.Config.ProxyMode;
-
-import org.apache.log4j.Logger;
+import org.apache.logging.log4j.LogManager;
+import org.apache.logging.log4j.Logger;
public final class Branding {
- private final static Logger LOGGER = Logger.getLogger(Branding.class);
+ private final static Logger LOGGER = LogManager.getLogger(Branding.class);
private final static String PROPERTIES_FILE = "branding.properties";
private final static Properties PROPERTIES = new Properties();