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
()
| 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 | /** |