org.apache.avalon.excalibur.logger.util
Class LoggerSwitch.BooleanThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by org.apache.avalon.excalibur.logger.util.LoggerSwitch.BooleanThreadLocal
Enclosing class:
LoggerSwitch

private static final class LoggerSwitch.BooleanThreadLocal
extends java.lang.ThreadLocal


Constructor Summary
private LoggerSwitch.BooleanThreadLocal()
           
 
Method Summary
 java.lang.Object initialValue()
           
 boolean value()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerSwitch.BooleanThreadLocal

private LoggerSwitch.BooleanThreadLocal()
Method Detail

initialValue

public java.lang.Object initialValue()
Overrides:
initialValue in class java.lang.ThreadLocal

value

public boolean value()