use of ch.qos.logback.core.spi.LifeCycle in project logging-log4j2 by apache.
the class AsyncAppenderLogbackLocationBenchmark method down.
@TearDown(Level.Trial)
public void down() {
((LifeCycle) LoggerFactory.getILoggerFactory()).stop();
new File("perftest.log").delete();
}
use of ch.qos.logback.core.spi.LifeCycle in project logging-log4j2 by apache.
the class AsyncAppenderLogbackBenchmark method down.
@TearDown(Level.Trial)
public void down() {
((LifeCycle) LoggerFactory.getILoggerFactory()).stop();
new File("perftest.log").delete();
}