MCPcopy Index your code
hub / github.com/apache/tomcat / getFactory

Method getFactory

java/org/apache/juli/logging/LogFactory.java:170–172  ·  view source on GitHub ↗

Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded. The org.apache.commons.logging.LogFactory system property. The JDK 1.3 Service

()

Source from the content-addressed store, hash-verified

168 * @exception LogConfigurationException if the implementation class is not available or cannot be instantiated.
169 */
170 public static LogFactory getFactory() throws LogConfigurationException {
171 return singleton;
172 }
173
174
175 /**

Callers 1

getLogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected