use of org.apache.commons.logging.impl.SLF4JLogFactory in project spring-boot by spring-projects.
the class LogbackLoggingSystemTests method setup.
@Before
public void setup() {
this.loggingSystem.cleanUp();
this.logger = new SLF4JLogFactory().getInstance(getClass().getName());
this.environment = new MockEnvironment();
this.initializationContext = new LoggingInitializationContext(this.environment);
}
Aggregations