Searched refs:SubstituteLoggerFactory (Results 1 – 3 of 3) sorted by relevance
38 import org.slf4j.helpers.SubstituteLoggerFactory;83 static SubstituteLoggerFactory TEMP_FACTORY = new SubstituteLoggerFactory();116 TEMP_FACTORY = new SubstituteLoggerFactory(); in reset()
35 private SubstituteLoggerFactory factory = new SubstituteLoggerFactory();
41 public class SubstituteLoggerFactory implements ILoggerFactory { class