org.apache.geronimo.kernel.log
Class GeronimoLogFactory

java.lang.Object
  extended byorg.apache.commons.logging.LogFactory
      extended byorg.apache.geronimo.kernel.log.GeronimoLogFactory

public class GeronimoLogFactory
extends org.apache.commons.logging.LogFactory

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Field Summary
 
Fields inherited from class org.apache.commons.logging.LogFactory
DIAGNOSTICS_DEST_PROPERTY, factories, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, HASHTABLE_IMPLEMENTATION_PROPERTY, nullClassLoaderFactory, PRIORITY_KEY, SERVICE_ID, TCCL_KEY
 
Constructor Summary
GeronimoLogFactory()
           
 
Method Summary
 Object getAttribute(String name)
           
 String[] getAttributeNames()
           
 org.apache.commons.logging.Log getInstance(Class clazz)
           
 org.apache.commons.logging.Log getInstance(String name)
           
 Set getInstances()
           
 org.apache.commons.logging.LogFactory getLogFactory()
           
 void release()
           
 void removeAttribute(String name)
           
 void setAttribute(String name, Object value)
           
 void setLogFactory(org.apache.commons.logging.LogFactory logFactory)
           
 
Methods inherited from class org.apache.commons.logging.LogFactory
createFactory, directGetContextClassLoader, getClassLoader, getContextClassLoader, getFactory, getLog, getLog, isDiagnosticsEnabled, logRawDiagnostic, newFactory, newFactory, objectId, release, releaseAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoLogFactory

public GeronimoLogFactory()
Method Detail

getLogFactory

public org.apache.commons.logging.LogFactory getLogFactory()

setLogFactory

public void setLogFactory(org.apache.commons.logging.LogFactory logFactory)

getInstances

public Set getInstances()

getInstance

public org.apache.commons.logging.Log getInstance(Class clazz)
                                           throws org.apache.commons.logging.LogConfigurationException
Throws:
org.apache.commons.logging.LogConfigurationException

getInstance

public org.apache.commons.logging.Log getInstance(String name)
                                           throws org.apache.commons.logging.LogConfigurationException
Throws:
org.apache.commons.logging.LogConfigurationException

release

public void release()

getAttribute

public Object getAttribute(String name)

getAttributeNames

public String[] getAttributeNames()

removeAttribute

public void removeAttribute(String name)

setAttribute

public void setAttribute(String name,
                         Object value)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.