cs138.log
Class RMILogFactory

java.lang.Object
  extended by org.apache.commons.logging.LogFactory
      extended by org.apache.commons.logging.impl.LogFactoryImpl
          extended by 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

Field Summary
 
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
 
Constructor Summary
RMILogFactory()
           
 
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
 

Constructor Detail

RMILogFactory

public RMILogFactory()
Method Detail

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