biz.hammurapi.web.util
Class NoOpLogFactory

java.lang.Object
  extended byorg.apache.commons.logging.LogFactory
      extended bybiz.hammurapi.web.util.NoOpLogFactory

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

Returns NoOpLog

Author:
Pavel

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
NoOpLogFactory()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
 java.lang.String[] getAttributeNames()
           
 org.apache.commons.logging.Log getInstance(java.lang.Class clazz)
           
 org.apache.commons.logging.Log getInstance(java.lang.String name)
           
 void release()
           
 void removeAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 
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

NoOpLogFactory

public NoOpLogFactory()
Method Detail

getAttribute

public java.lang.Object getAttribute(java.lang.String name)

getAttributeNames

public java.lang.String[] getAttributeNames()

getInstance

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

getInstance

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

release

public void release()

removeAttribute

public void removeAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)


Copyright © 2006 Hammurapi Group. All Rights Reserved.