Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » spi » [javadoc | source]
org.apache.log4j.spi
public final class: NOPLoggerRepository [javadoc | source]
java.lang.Object
   org.apache.log4j.spi.NOPLoggerRepository

All Implemented Interfaces:
    LoggerRepository

No-operation implementation of LoggerRepository which is used when LogManager.repositorySelector is erroneously nulled during class reloading.
Method from org.apache.log4j.spi.NOPLoggerRepository Summary:
addHierarchyEventListener,   emitNoAppenderWarning,   exists,   fireAddAppenderEvent,   getCurrentCategories,   getCurrentLoggers,   getLogger,   getLogger,   getRootLogger,   getThreshold,   isDisabled,   resetConfiguration,   setThreshold,   setThreshold,   shutdown
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.spi.NOPLoggerRepository Detail:
 public  void addHierarchyEventListener(HierarchyEventListener listener) 
    {@inheritDoc}
 public  void emitNoAppenderWarning(Category cat) 
    {@inheritDoc}
 public Logger exists(String name) 
    {@inheritDoc}
 public  void fireAddAppenderEvent(Category logger,
    Appender appender) 
    {@inheritDoc}
 public Enumeration getCurrentCategories() 
    {@inheritDoc}
 public Enumeration getCurrentLoggers() 
    {@inheritDoc}
 public Logger getLogger(String name) 
    {@inheritDoc}
 public Logger getLogger(String name,
    LoggerFactory factory) 
    {@inheritDoc}
 public Logger getRootLogger() 
    {@inheritDoc}
 public Level getThreshold() 
    {@inheritDoc}
 public boolean isDisabled(int level) 
    {@inheritDoc}
 public  void resetConfiguration() 
    {@inheritDoc}
 public  void setThreshold(Level level) 
    {@inheritDoc}
 public  void setThreshold(String val) 
    {@inheritDoc}
 public  void shutdown() 
    {@inheritDoc}