SLF4J logging with jboss/wildfly 10
问题 I have a Java webapp running in a WildFly 10 server. I used to have the following libraries as Maven dependencies: <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> I would now like to use wildfly's builtin logging subsystem. Which