feat(logging): replace log4j dependency with slf4j and replace imports
This commit is contained in:
@@ -3,7 +3,7 @@ package net.tomatentum.marinara.registry;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
import net.tomatentum.marinara.interaction.InteractionType;
|
||||
import net.tomatentum.marinara.interaction.ident.InteractionIdentifier;
|
||||
|
||||
Reference in New Issue
Block a user