cs138.log
Class RMILogFactory
java.lang.Object
org.apache.commons.logging.LogFactory
org.apache.commons.logging.impl.LogFactoryImpl
cs138.log.RMILogFactory
public class RMILogFactory
- extends org.apache.commons.logging.impl.LogFactoryImpl
Factory class that handles the RMI backend for the Apache Commons logging
facilities that we provide.
- Author:
- csiden
| Fields inherited from class org.apache.commons.logging.impl.LogFactoryImpl |
ALLOW_FLAWED_CONTEXT_PROPERTY, ALLOW_FLAWED_DISCOVERY_PROPERTY, ALLOW_FLAWED_HIERARCHY_PROPERTY, LOG_PROPERTY |
| Fields inherited from class org.apache.commons.logging.LogFactory |
DIAGNOSTICS_DEST_PROPERTY, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, HASHTABLE_IMPLEMENTATION_PROPERTY, PRIORITY_KEY, TCCL_KEY |
|
Method Summary |
org.apache.commons.logging.Log |
getInstance(java.lang.Class clazz)
|
org.apache.commons.logging.Log |
getInstance(java.lang.String name)
|
| Methods inherited from class org.apache.commons.logging.impl.LogFactoryImpl |
getAttribute, getAttributeNames, release, removeAttribute, setAttribute |
| Methods inherited from class org.apache.commons.logging.LogFactory |
getFactory, getLog, getLog, objectId, release, releaseAll |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMILogFactory
public RMILogFactory()
getInstance
public org.apache.commons.logging.Log getInstance(java.lang.Class clazz)
throws org.apache.commons.logging.LogConfigurationException
- Overrides:
getInstance in class org.apache.commons.logging.impl.LogFactoryImpl
- Throws:
org.apache.commons.logging.LogConfigurationException
getInstance
public org.apache.commons.logging.Log getInstance(java.lang.String name)
throws org.apache.commons.logging.LogConfigurationException
- Overrides:
getInstance in class org.apache.commons.logging.impl.LogFactoryImpl
- Throws:
org.apache.commons.logging.LogConfigurationException